commit:     26d3b8443847994cdd70b040bba85d9de8512f7e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 08:54:46 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 08:54:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d3b844

net-print/hplip-plugin: canonical variable order

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-print/hplip-plugin/hplip-plugin-3.22.2.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

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"  ;;

Reply via email to