Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-timezone/
Date: Sun, 21 Apr 2019 03:16:44
Message-Id: 1555816586.00dce5c955e4d77d87f4ec3a946ed36c39e73b7c.blueness@gentoo
1 commit: 00dce5c955e4d77d87f4ec3a946ed36c39e73b7c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 03:16:26 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 03:16:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dce5c9
7
8 app-eselect/eselect-timezone: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild b/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild
17 index b05c2756b37..5367c3d5ba4 100644
18 --- a/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild
19 +++ b/app-eselect/eselect-timezone/eselect-timezone-0.2.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 @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.xz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 arm x86"
31 +KEYWORDS="amd64 arm ~arm64 x86"
32 IUSE=""
33
34 src_install() {