diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 10:21:18 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 10:21:18 +0300 |
commit | 75664742d2488bbba51b049cec560f3387b4f208 (patch) | |
tree | 39dfdc827ac9e32617441daf6911a4abd92d96ab /app-i18n | |
parent | dev-libs/boehm-gc: arm stable wrt bug #653720 (diff) | |
download | gentoo-75664742d2488bbba51b049cec560f3387b4f208.tar.gz gentoo-75664742d2488bbba51b049cec560f3387b4f208.tar.bz2 gentoo-75664742d2488bbba51b049cec560f3387b4f208.zip |
app-i18n/libchewing: add ~arm keyword (bug #628030)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/libchewing/libchewing-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild index af3a7f15e633..1d3529dc744e 100644 --- a/app-i18n/libchewing/libchewing-0.5.1.ebuild +++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,7 +19,7 @@ fi LICENSE="LGPL-2.1" SLOT="0/3" -KEYWORDS="amd64 ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="static-libs test" RDEPEND="dev-db/sqlite:3" |