From 26d3b8443847994cdd70b040bba85d9de8512f7e Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 5 Apr 2022 10:54:46 +0200 Subject: net-print/hplip-plugin: canonical variable order Signed-off-by: David Seifert --- net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'net-print') 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..54c789992915 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" 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-65-gdbad