diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-19 19:03:14 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-19 19:03:14 +0000 |
commit | 2a71558376fb41d989128532e62144893d571275 (patch) | |
tree | c4876bc14b32b3eb34d6107eef1151c771726751 /dev-java/commons-lang | |
parent | stable on ppc - glsa (Manifest recommit) (diff) | |
download | gentoo-2-2a71558376fb41d989128532e62144893d571275.tar.gz gentoo-2-2a71558376fb41d989128532e62144893d571275.tar.bz2 gentoo-2-2a71558376fb41d989128532e62144893d571275.zip |
stable on amd64
Diffstat (limited to 'dev-java/commons-lang')
-rw-r--r-- | dev-java/commons-lang/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-lang/commons-lang-2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-lang/ChangeLog b/dev-java/commons-lang/ChangeLog index e93178f2c0b7..bb1cdbc2fb38 100644 --- a/dev-java/commons-lang/ChangeLog +++ b/dev-java/commons-lang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-lang # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.19 2004/06/24 22:22:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.20 2004/08/19 18:59:41 lv Exp $ + + 19 Aug 2004; Travis Tilley <lv@gentoo.org> commons-lang-2.0-r1.ebuild: + stable on amd64 19 May 2004; Chris Aniszczyk <zx@gentoo.org> commons-lang-2.0-r1.ebuild: Fixed issue with unit testing. Closes #51082 diff --git a/dev-java/commons-lang/commons-lang-2.0-r1.ebuild b/dev-java/commons-lang/commons-lang-2.0-r1.ebuild index 62464cc7a8b3..e741260bec31 100644 --- a/dev-java/commons-lang/commons-lang-2.0-r1.ebuild +++ b/dev-java/commons-lang/commons-lang-2.0-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/commons-lang/commons-lang-2.0-r1.ebuild,v 1.7 2004/06/24 22:22:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-2.0-r1.ebuild,v 1.8 2004/08/19 18:59:41 lv Exp $ inherit java-pkg @@ -15,7 +15,7 @@ RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" RESTRICT="nomirror" -KEYWORDS="x86 ppc sparc ~amd64" +KEYWORDS="x86 ppc sparc amd64" IUSE="doc jikes junit" S="${WORKDIR}/${PN}-${PV}-src" |