diff options
author | Joseph Jezak <josejx@gentoo.org> | 2012-05-18 14:20:03 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2012-05-18 14:20:03 +0000 |
commit | c7859a877a7d596a1ec1435ac7733848ec2a2605 (patch) | |
tree | 593f7af2a56ca5d09901dc4bfa7c320232311db4 /app-i18n/opencc/opencc-0.2.0.ebuild | |
parent | Drop pkg_setup that checks if we're using the cobalt profile. The cobalt prof... (diff) | |
download | gentoo-2-c7859a877a7d596a1ec1435ac7733848ec2a2605.tar.gz gentoo-2-c7859a877a7d596a1ec1435ac7733848ec2a2605.tar.bz2 gentoo-2-c7859a877a7d596a1ec1435ac7733848ec2a2605.zip |
Marked ~ppc/~ppc64.
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/opencc/opencc-0.2.0.ebuild')
-rw-r--r-- | app-i18n/opencc/opencc-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/opencc/opencc-0.2.0.ebuild b/app-i18n/opencc/opencc-0.2.0.ebuild index 6b4c8a3aed71..6e3863eb5feb 100644 --- a/app-i18n/opencc/opencc-0.2.0.ebuild +++ b/app-i18n/opencc/opencc-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.2.0.ebuild,v 1.4 2012/05/10 10:56:28 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.2.0.ebuild,v 1.5 2012/05/18 14:20:03 josejx Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://open-chinese-convert.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="nls static-libs" DEPEND="nls? ( sys-devel/gettext )" |