diff options
-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 |