Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/
Date: Tue, 09 Apr 2019 02:28:11
Message-Id: 1554776868.1a022ed7f615321a8679f3c1f18729a2afbe9e2f.bman@gentoo
1 commit: 1a022ed7f615321a8679f3c1f18729a2afbe9e2f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 02:27:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 02:27:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a022ed7
7
8 net-libs/libmicrodns: arm64 keyworded (bug #653800)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 net-libs/libmicrodns/libmicrodns-0.0.9.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
17 index 917e4787ca9..2ac4653346f 100644
18 --- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
19 +++ b/net-libs/libmicrodns/libmicrodns-0.0.9.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 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
27 EGIT_REPO_URI="https://github.com/videolabs/${PN}"
28 else
29 SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="amd64 ~arm ppc ppc64 x86"
31 + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
32 fi
33
34 LICENSE="LGPL-2.1"