Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcorkipset/
Date: Mon, 24 Jun 2019 22:06:51
Message-Id: 1561414005.524774cd35d576a59296fe78e71df8c923a31cdc.dlan@gentoo
1 commit: 524774cd35d576a59296fe78e71df8c923a31cdc
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 24 09:33:07 2019 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 22:06:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524774cd
7
8 net-libs/libcorkipset: add arm/arm64 keyword
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild
17 index fd8b1f85536..93acbfa1f31 100644
18 --- a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild
19 +++ b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/rogers0/${PN}/archive/debian/${MY_PV}.tar.gz -> ${P}
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 IUSE=""
33
34 DEPEND="net-libs/libcork"