diff options
author | 2007-01-03 20:44:18 +0000 | |
---|---|---|
committer | 2007-01-03 20:44:18 +0000 | |
commit | e3c44c29310d332cdc3146974e35e3476d4c1a56 (patch) | |
tree | 5005e2a397169cb03d74fcd3555a77bc20081574 /dev-java/bcel | |
parent | amd64 stable, bug 156069 (diff) | |
download | gentoo-2-e3c44c29310d332cdc3146974e35e3476d4c1a56.tar.gz gentoo-2-e3c44c29310d332cdc3146974e35e3476d4c1a56.tar.bz2 gentoo-2-e3c44c29310d332cdc3146974e35e3476d4c1a56.zip |
amd64 stable, bug 156474
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-java/bcel')
-rw-r--r-- | dev-java/bcel/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/bcel/bcel-5.1-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/bcel/ChangeLog b/dev-java/bcel/ChangeLog index d41f1d19c567..ed8c6152725d 100644 --- a/dev-java/bcel/ChangeLog +++ b/dev-java/bcel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/bcel -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bcel/ChangeLog,v 1.40 2006/12/01 16:36:51 corsair Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/bcel/ChangeLog,v 1.41 2007/01/03 20:44:18 beandog Exp $ + + 03 Jan 2007; Steve Dibb <beandog@gentoo.org> bcel-5.1-r3.ebuild: + amd64 stable, bug 156474 01 Dec 2006; Markus Rothe <corsair@gentoo.org> bcel-5.1-r3.ebuild: Stable on ppc64; bug #156474 diff --git a/dev-java/bcel/bcel-5.1-r3.ebuild b/dev-java/bcel/bcel-5.1-r3.ebuild index 98da2d07817a..7ad80a4ac939 100644 --- a/dev-java/bcel/bcel-5.1-r3.ebuild +++ b/dev-java/bcel/bcel-5.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bcel/bcel-5.1-r3.ebuild,v 1.8 2006/12/01 16:36:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bcel/bcel-5.1-r3.ebuild,v 1.9 2007/01/03 20:44:18 beandog Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://jakarta.apache.org/bcel/" SRC_URI="mirror://apache/jakarta/${PN}/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="doc source" COMMON_DEP="=dev-java/jakarta-regexp-1.3*" RDEPEND=">=virtual/jre-1.3 |