From e68d405c5d712af4387159df07e226217bdda049 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Apr 2022 22:33:41 +0100 Subject: gentoo resync : 06.04.2022 --- net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild') diff --git a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild index 354cee23d950..5f684cc91dfd 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild @@ -8,10 +8,14 @@ inherit unpacker DESCRIPTION="Proprietary plugins and firmware for HPLIP" HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins" SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run" +S="${WORKDIR}" + LICENSE="hplip-plugin" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="orblite" +# License does not allow us to redistribute the "source" package +RESTRICT="mirror" RDEPEND=" ~net-print/hplip-${PV} @@ -22,20 +26,14 @@ RDEPEND=" virtual/libusb:0 ) " -DEPEND="" - -S=${WORKDIR} HPLIP_HOME=/usr/share/hplip # Binary prebuilt package QA_PREBUILT="${HPLIP_HOME}/*.so" -# License does not allow us to redistribute the "source" package -RESTRICT="mirror" - src_install() { - local hplip_arch + local hplip_arch plugin case "${ARCH}" in amd64) hplip_arch="x86_64" ;; arm) hplip_arch="arm32" ;; -- cgit v1.2.3