diff options
Diffstat (limited to 'games-rpg/pcgen/pcgen-5.16.4.ebuild')
-rw-r--r-- | games-rpg/pcgen/pcgen-5.16.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/pcgen/pcgen-5.16.4.ebuild b/games-rpg/pcgen/pcgen-5.16.4.ebuild index d461686e30a0..083e3db9650d 100644 --- a/games-rpg/pcgen/pcgen-5.16.4.ebuild +++ b/games-rpg/pcgen/pcgen-5.16.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/pcgen/pcgen-5.16.4.ebuild,v 1.4 2011/01/15 15:59:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/pcgen/pcgen-5.16.4.ebuild,v 1.5 2011/11/09 02:17:53 mr_bones_ Exp $ EAPI=2 inherit versionator games @@ -12,10 +12,10 @@ SRC_URI="mirror://sourceforge/pcgen/pcgen${MY_PV}_full.zip" LICENSE="LGPL-2 OGL-1.0a" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" -RDEPEND=">=virtual/jre-1.5" +RDEPEND="dev-java/sun-jdk" # only works with the sun jdk (bug #353471) DEPEND="app-arch/unzip" S=${WORKDIR}/pcgen${MY_PV} |