Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiscsi/
Date: Wed, 05 Apr 2017 09:03:02
Message-Id: 1491382916.bdde02402158450494af02105d237ac65012b381.xmw@gentoo
1 commit: bdde02402158450494af02105d237ac65012b381
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:01:56 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:01:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdde0240
7
8 net-libs/libiscsi: add ~arm64 (bug 570900).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
12
13 net-libs/libiscsi/libiscsi-1.18.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libiscsi/libiscsi-1.18.0.ebuild b/net-libs/libiscsi/libiscsi-1.18.0.ebuild
17 index a5737a40659..9067b3fab55 100644
18 --- a/net-libs/libiscsi/libiscsi-1.18.0.ebuild
19 +++ b/net-libs/libiscsi/libiscsi-1.18.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> ${P}.tar.g
21
22 SLOT="0"
23 LICENSE="GPL-2 LGPL-2"
24 -KEYWORDS="~alpha amd64 ~hppa ~ppc64 x86"
25 +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc64 x86"
26 IUSE="static-libs"
27
28 RDEPEND="dev-libs/libgcrypt:0="