Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/
Date: Sun, 18 Aug 2019 03:06:55
Message-Id: 1566097456.1e48467bf6e198e3f9f1f62b91f4619ee4aaea67.bman@gentoo
1 commit: 1e48467bf6e198e3f9f1f62b91f4619ee4aaea67
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 03:04:16 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 03:04:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e48467b
7
8 app-i18n/opencc: arm64 keyworded (bug #692414)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12
13 app-i18n/opencc/opencc-1.0.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild b/app-i18n/opencc/opencc-1.0.5.ebuild
17 index 2ddcaab943f..309ec8cea25 100644
18 --- a/app-i18n/opencc/opencc-1.0.5.ebuild
19 +++ b/app-i18n/opencc/opencc-1.0.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/BYVoid/OpenCC"
27
28 LICENSE="Apache-2.0"
29 SLOT="0/2"
30 -KEYWORDS="amd64 hppa ppc ppc64 x86"
31 +KEYWORDS="amd64 ~arm64 hppa ppc ppc64 x86"
32 IUSE="doc test"
33
34 DEPEND="doc? ( app-doc/doxygen )"