diff options
author | 2008-10-25 21:11:53 +0000 | |
---|---|---|
committer | 2008-10-25 21:11:53 +0000 | |
commit | 17fd0877e0503b3382dbb466c6f41506bb8f17cc (patch) | |
tree | 5399a225c890bc2a0b88f67e2e797ee812163cd1 /dev-java/json-simple/json-simple-20080420.ebuild | |
parent | Add -mminimal-toc to workaround ppc64 compiler issues #241900. (diff) | |
download | gentoo-2-17fd0877e0503b3382dbb466c6f41506bb8f17cc.tar.gz gentoo-2-17fd0877e0503b3382dbb466c6f41506bb8f17cc.tar.bz2 gentoo-2-17fd0877e0503b3382dbb466c6f41506bb8f17cc.zip |
Keyworded ~ppc. Dependency for closing bug #237829
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 i686)
Diffstat (limited to 'dev-java/json-simple/json-simple-20080420.ebuild')
-rw-r--r-- | dev-java/json-simple/json-simple-20080420.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/json-simple/json-simple-20080420.ebuild b/dev-java/json-simple/json-simple-20080420.ebuild index c8fb5485d521..5e816e5dc2a0 100644 --- a/dev-java/json-simple/json-simple-20080420.ebuild +++ b/dev-java/json-simple/json-simple-20080420.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/json-simple/json-simple-20080420.ebuild,v 1.3 2008/09/18 01:02:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/json-simple/json-simple-20080420.ebuild,v 1.4 2008/10/25 21:11:53 pvdabeel Exp $ JAVA_PKG_IUSE="doc source" @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${MY_PN}-20080420.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" |