diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-09-04 23:54:18 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-09-05 00:11:51 +0100 |
commit | c1f15bee70544a0f260ec8e5ef853ae71fffe669 (patch) | |
tree | 939bc4eb4a68b06e7281999a9d8bf39daf83ca60 /net-print | |
parent | dev-python/python-fastimport: add Python 3.9 support (diff) | |
download | gentoo-c1f15bee70544a0f260ec8e5ef853ae71fffe669.tar.gz gentoo-c1f15bee70544a0f260ec8e5ef853ae71fffe669.tar.bz2 gentoo-c1f15bee70544a0f260ec8e5ef853ae71fffe669.zip |
net-print/hplip-plugin: Mark all *.so files as prebuilt
They were already marked as prestripped but were still tripping other
QA checks.
Closes: https://bugs.gentoo.org/740324
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild | 10 | ||||
-rw-r--r-- | net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild | 10 | ||||
-rw-r--r-- | net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild | 10 |
3 files changed, 3 insertions, 27 deletions
diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild index 315136510139..94c7a5c55145 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.19.12.ebuild @@ -25,15 +25,7 @@ S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package -QA_PRESTRIPPED=" - /usr/share/hplip/fax/plugins/fax_marvell.so - /usr/share/hplip/prnt/plugins/hbpl1.so - /usr/share/hplip/prnt/plugins/lj.so - /usr/share/hplip/scan/plugins/bb_escl.so - /usr/share/hplip/scan/plugins/bb_marvell.so - /usr/share/hplip/scan/plugins/bb_soapht.so - /usr/share/hplip/scan/plugins/bb_soap.so -" +QA_PREBUILT="${HPLIP_HOME}/*.so" # License does not allow us to redistribute the "source" package RESTRICT="mirror" diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild index 315136510139..94c7a5c55145 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.20.3.ebuild @@ -25,15 +25,7 @@ S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package -QA_PRESTRIPPED=" - /usr/share/hplip/fax/plugins/fax_marvell.so - /usr/share/hplip/prnt/plugins/hbpl1.so - /usr/share/hplip/prnt/plugins/lj.so - /usr/share/hplip/scan/plugins/bb_escl.so - /usr/share/hplip/scan/plugins/bb_marvell.so - /usr/share/hplip/scan/plugins/bb_soapht.so - /usr/share/hplip/scan/plugins/bb_soap.so -" +QA_PREBUILT="${HPLIP_HOME}/*.so" # License does not allow us to redistribute the "source" package RESTRICT="mirror" diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild index 315136510139..94c7a5c55145 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.20.6.ebuild @@ -25,15 +25,7 @@ S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package -QA_PRESTRIPPED=" - /usr/share/hplip/fax/plugins/fax_marvell.so - /usr/share/hplip/prnt/plugins/hbpl1.so - /usr/share/hplip/prnt/plugins/lj.so - /usr/share/hplip/scan/plugins/bb_escl.so - /usr/share/hplip/scan/plugins/bb_marvell.so - /usr/share/hplip/scan/plugins/bb_soapht.so - /usr/share/hplip/scan/plugins/bb_soap.so -" +QA_PREBUILT="${HPLIP_HOME}/*.so" # License does not allow us to redistribute the "source" package RESTRICT="mirror" |