diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-02-05 02:58:47 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-02-05 02:58:47 +0000 |
commit | ec965aeeb21a0904ff3ba27bfe6202a1b4c70cbd (patch) | |
tree | 2157761c9154871d3272018b66e66832e5139287 | |
parent | mark -ppc since it can't build (see bug #111523) (diff) | |
download | historical-ec965aeeb21a0904ff3ba27bfe6202a1b4c70cbd.tar.gz historical-ec965aeeb21a0904ff3ba27bfe6202a1b4c70cbd.tar.bz2 historical-ec965aeeb21a0904ff3ba27bfe6202a1b4c70cbd.zip |
mark -ppc since it can't build (see bug #111523)
Package-Manager: portage-2.0.53
-rw-r--r-- | dev-java/jamvm/jamvm-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jamvm/jamvm-1.3.3.ebuild b/dev-java/jamvm/jamvm-1.3.3.ebuild index 801650d6c66e..a49514ff4c39 100644 --- a/dev-java/jamvm/jamvm-1.3.3.ebuild +++ b/dev-java/jamvm/jamvm-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jamvm/jamvm-1.3.3.ebuild,v 1.2 2006/02/04 18:19:45 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jamvm/jamvm-1.3.3.ebuild,v 1.3 2006/02/05 02:55:48 wormo Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/jamvm/jamvm-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="-ppc ~x86" IUSE="debug" DEPEND=">=dev-java/gnu-classpath-0.18" |