diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 11:21:51 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 11:21:51 +0000 |
commit | 39acdbb22e59da964fbade22bdfcdd2174b5c290 (patch) | |
tree | 1bdf636c6000c27717160878af13082bfab0cb52 /dev-java/jdepend | |
parent | Keywords ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-39acdbb22e59da964fbade22bdfcdd2174b5c290.tar.gz gentoo-2-39acdbb22e59da964fbade22bdfcdd2174b5c290.tar.bz2 gentoo-2-39acdbb22e59da964fbade22bdfcdd2174b5c290.zip |
oops.
Diffstat (limited to 'dev-java/jdepend')
-rw-r--r-- | dev-java/jdepend/jdepend-2.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jdepend/jdepend-2.6-r1.ebuild b/dev-java/jdepend/jdepend-2.6-r1.ebuild index d4d4347c15a9..c25f37c2c123 100644 --- a/dev-java/jdepend/jdepend-2.6-r1.ebuild +++ b/dev-java/jdepend/jdepend-2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdepend/jdepend-2.6-r1.ebuild,v 1.3 2004/10/22 11:19:08 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdepend/jdepend-2.6-r1.ebuild,v 1.4 2004/10/22 11:21:51 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="http://www.clarkware.com/software/${PN}-${PV}.zip" LICENSE="jdepend" SLOT="0" -KEYWORDS="x86 ~amd64 ppc sparc" +KEYWORDS="x86 amd64 ppc sparc" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.3 |