commit: daafda9d442d9a43748c46839076801261b9af40 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Dec 12 19:37:21 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Dec 12 20:25:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daafda9d
app-crypt/ifcplugin-bin: fix QA_* variables Closes: https://bugs.gentoo.org/884453 Closes: https://bugs.gentoo.org/884451 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild b/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild index 65a2cd6c8..ab47202c3 100644 --- a/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild +++ b/app-crypt/ifcplugin-bin/ifcplugin-bin-3.1.1.0.ebuild @@ -30,8 +30,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND="sys-apps/pcsc-lite" -QA_PREBUILT=".*" -QA_SONAME=".*" +QA_PREBUILT="*" QA_SONAME_NO_SYMLINK=".*" src_prepare() {
