Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiscsi/
Date: Wed, 19 Aug 2020 22:40:49
Message-Id: 1597876509.105a294f22fdb4bd10aa86f521941fe5fee43403.sam@gentoo
1 commit: 105a294f22fdb4bd10aa86f521941fe5fee43403
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 22:35:09 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 22:35:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105a294f
7
8 net-libs/libiscsi: arm64 stable (bug #738056)
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/libiscsi/libiscsi-1.18.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libiscsi/libiscsi-1.18.0.ebuild b/net-libs/libiscsi/libiscsi-1.18.0.ebuild
17 index cd88cec93ba..a493b118591 100644
18 --- a/net-libs/libiscsi/libiscsi-1.18.0.ebuild
19 +++ b/net-libs/libiscsi/libiscsi-1.18.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sahlberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 SLOT="0"
29 LICENSE="GPL-2 LGPL-2"
30 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
31 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
32 IUSE="static-libs"
33
34 RDEPEND="dev-libs/libgcrypt:0="