Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnet/
Date: Thu, 07 Jan 2021 04:10:27
Message-Id: 1609992423.ee63b521dd3a01e10b060d7eb3112ef978ea77d9.sam@gentoo
1 commit: ee63b521dd3a01e10b060d7eb3112ef978ea77d9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 04:07:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 04:07:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee63b521
7
8 dev-libs/libdnet: restore ~arm64
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libdnet/libdnet-1.14-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
17 index f628dbd0b74..86d95c40f66 100644
18 --- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
19 +++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
20 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}"
21
22 LICENSE="LGPL-2"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
26 IUSE="python test"
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"