From ba5a7a36aa323e144b5ee25d74232998b5fa9b82 Mon Sep 17 00:00:00 2001 From: Daniel Pielmeier Date: Thu, 15 Aug 2019 20:00:02 +0200 Subject: net-print/hplip-plugin: Add arm keywords. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Daniel Pielmeier --- net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild index 042e62f4b98f..b497f4a93fa1 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild @@ -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 -- cgit v1.2.3-65-gdbad