From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F05C138334 for ; Thu, 15 Aug 2019 18:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C710E0CC9; Thu, 15 Aug 2019 18:01:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D260E0CC9 for ; Thu, 15 Aug 2019 18:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D5B9349BED for ; Thu, 15 Aug 2019 18:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7984C4D4 for ; Thu, 15 Aug 2019 18:01:01 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1565892043.ba5a7a36aa323e144b5ee25d74232998b5fa9b82.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip-plugin/hplip-plugin-3.19.6.ebuild X-VCS-Directories: net-print/hplip-plugin/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: ba5a7a36aa323e144b5ee25d74232998b5fa9b82 X-VCS-Branch: master Date: Thu, 15 Aug 2019 18:01:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b356de03-5106-4204-b62c-e8447de1f7d9 X-Archives-Hash: ef83454efbe7e961f3097e57b4ce7dd2 commit: ba5a7a36aa323e144b5ee25d74232998b5fa9b82 Author: Daniel Pielmeier gentoo org> AuthorDate: Thu Aug 15 18:00:02 2019 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Thu Aug 15 18:00:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5a7a36 net-print/hplip-plugin: Add arm keywords. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Daniel Pielmeier gentoo.org> 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 042e62f4b98..b497f4a93fa 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