net-print/hplip-plugin: Add arm keywords.
authorDaniel Pielmeier <billie@gentoo.org>
Thu, 15 Aug 2019 18:00:02 +0000 (20:00 +0200)
committerDaniel Pielmeier <billie@gentoo.org>
Thu, 15 Aug 2019 18:00:43 +0000 (20:00 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild

index 042e62f4b98f3b6a3b1b7c9d7670fdc5a6e3a7ce..b497f4a93fa19b51d5b11c8a99312c0a3f8f8bdf 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins"
 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run"
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="
@@ -42,6 +42,7 @@ src_install() {
        local hplip_arch
        case "${ARCH}" in
                amd64) hplip_arch="x86_64" ;;
+               arm)   hplip_arch="arm32"  ;;
                x86)   hplip_arch="x86_32" ;;
                *)     die "Unsupported architecture." ;;
        esac