diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-21 13:54:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-21 13:54:16 +0200 |
commit | e9ea62c1deef94419f64ba3167658acaf7b717f1 (patch) | |
tree | 400be0966507e91544517860e9cead9fd1678b50 /app-i18n/libhangul/libhangul-0.1.0.ebuild | |
parent | dev-libs/device-atlas-api-c: ppc stable wrt bug #611184 (diff) | |
download | gentoo-e9ea62c1deef94419f64ba3167658acaf7b717f1.tar.gz gentoo-e9ea62c1deef94419f64ba3167658acaf7b717f1.tar.bz2 gentoo-e9ea62c1deef94419f64ba3167658acaf7b717f1.zip |
app-i18n/libhangul: ppc stable wrt bug #621948
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-i18n/libhangul/libhangul-0.1.0.ebuild')
-rw-r--r-- | app-i18n/libhangul/libhangul-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/libhangul/libhangul-0.1.0.ebuild b/app-i18n/libhangul/libhangul-0.1.0.ebuild index 50efbefa3820..ec22b8af6eca 100644 --- a/app-i18n/libhangul/libhangul-0.1.0.ebuild +++ b/app-i18n/libhangul/libhangul-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -9,7 +9,7 @@ SRC_URI="https://libhangul.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="nls static-libs test" RDEPEND="nls? ( virtual/libintl )" |