diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:55:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:55:37 +0000 |
commit | 0c0b521b8925fa6e77c19548819412afc8c5ece6 (patch) | |
tree | 3d58e70bb65ac092d9794737d0e238b652b821aa | |
parent | sync IUSE (missing) (diff) | |
download | gentoo-2-0c0b521b8925fa6e77c19548819412afc8c5ece6.tar.gz gentoo-2-0c0b521b8925fa6e77c19548819412afc8c5ece6.tar.bz2 gentoo-2-0c0b521b8925fa6e77c19548819412afc8c5ece6.zip |
sync IUSE (-doc)
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/gnu-classpath/gnu-classpath-0.10.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.10.ebuild index 0e9db18d1fe2..d37d8e68a608 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.10.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.10.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.10.ebuild,v 1.1 2004/07/11 17:05:29 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.10.ebuild,v 1.2 2004/07/14 01:55:37 agriffis Exp $ DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the java programming language" SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-${PV}.tar.gz" HOMEPAGE="http://www.gnu.org/software/classpath/" -IUSE="doc jikes" +IUSE="jikes" RDEPEND=">=virtual/jre-1.4 media-libs/gdk-pixbuf >=x11-libs/gtk+-2 |