Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/
Date: Thu, 15 Aug 2019 18:01:05
Message-Id: 1565892043.ba5a7a36aa323e144b5ee25d74232998b5fa9b82.billie@gentoo
1 commit: ba5a7a36aa323e144b5ee25d74232998b5fa9b82
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 18:00:02 2019 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 18:00:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5a7a36
7
8 net-print/hplip-plugin: Add arm keywords.
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
12
13 net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
17 index 042e62f4b98..b497f4a93fa 100644
18 --- a/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
19 +++ b/net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild
20 @@ -10,7 +10,7 @@ HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins"
21 SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run"
22 LICENSE="hplip-plugin"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~x86"
26 IUSE=""
27
28 RDEPEND="
29 @@ -42,6 +42,7 @@ src_install() {
30 local hplip_arch
31 case "${ARCH}" in
32 amd64) hplip_arch="x86_64" ;;
33 + arm) hplip_arch="arm32" ;;
34 x86) hplip_arch="x86_32" ;;
35 *) die "Unsupported architecture." ;;
36 esac