diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2019-08-15 20:00:02 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2019-08-15 20:00:43 +0200 |
commit | ba5a7a36aa323e144b5ee25d74232998b5fa9b82 (patch) | |
tree | d3b017dac21badec21d8b7a5de0363bd064d2128 /net-print/hplip-plugin | |
parent | gnome-extra/pch-session: Also works on x86 (diff) | |
download | gentoo-ba5a7a36aa323e144b5ee25d74232998b5fa9b82.tar.gz gentoo-ba5a7a36aa323e144b5ee25d74232998b5fa9b82.tar.bz2 gentoo-ba5a7a36aa323e144b5ee25d74232998b5fa9b82.zip |
net-print/hplip-plugin: Add arm keywords.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'net-print/hplip-plugin')
-rw-r--r-- | net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |