diff options
author | 2024-02-15 14:57:14 +0400 | |
---|---|---|
committer | 2024-02-15 14:57:14 +0400 | |
commit | b9ec961f68f4be335ae433286d931bcee56f5e8e (patch) | |
tree | 7f6d22a8d648bb0969c84fc5eebb0c7ecc3af7d0 /sys-fs | |
parent | app-misc/tty-share-bin: replace QA_FLAGS_IGNORED to QA_PREBUILT (diff) | |
download | guru-b9ec961f68f4be335ae433286d931bcee56f5e8e.tar.gz guru-b9ec961f68f4be335ae433286d931bcee56f5e8e.tar.bz2 guru-b9ec961f68f4be335ae433286d931bcee56f5e8e.zip |
sys-fs/mountpoint-s3-bin: replace QA_FLAGS_IGNORED to QA_PREBUILT
Closes: https://bugs.gentoo.org/show_bug.cgi?id=913973
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild index 5d4ab4970..19f5ca2ec 100644 --- a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild +++ b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild @@ -18,7 +18,7 @@ RDEPEND="sys-fs/fuse:0" S="${WORKDIR}" -QA_FLAGS_IGNORED="/usr/bin/${PN}" +QA_PREBUILT="/usr/bin/${PN}" src_install() { newbin "${S}/bin/mount-s3" ${PN} |