diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-28 19:55:50 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-28 19:55:50 +0000 |
commit | a4fb570112f5b994d7aa853e006fa828eadac5fc (patch) | |
tree | 003119f212ec50e57ec022a9f0308d4209ca1d61 /dev-java/aspectj | |
parent | Homepage update, closes bug #75570. (Manifest recommit) (diff) | |
download | gentoo-2-a4fb570112f5b994d7aa853e006fa828eadac5fc.tar.gz gentoo-2-a4fb570112f5b994d7aa853e006fa828eadac5fc.tar.bz2 gentoo-2-a4fb570112f5b994d7aa853e006fa828eadac5fc.zip |
Stable on amd64.
Diffstat (limited to 'dev-java/aspectj')
-rw-r--r-- | dev-java/aspectj/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/aspectj/ChangeLog b/dev-java/aspectj/ChangeLog index d0af9ec9315c..1d8b5f9de831 100644 --- a/dev-java/aspectj/ChangeLog +++ b/dev-java/aspectj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/aspectj # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.8 2004/10/22 10:44:07 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.9 2004/12/28 19:55:50 absinthe Exp $ + + 28 Dec 2004; Dylan Carlson <absinthe@gentoo.org> aspectj-1.2.ebuild: + Stable on amd64. 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> aspectj-1.1.1.ebuild, aspectj-1.2.ebuild: diff --git a/dev-java/aspectj/aspectj-1.2.ebuild b/dev-java/aspectj/aspectj-1.2.ebuild index fa9c325eccd2..2eac3464f6d9 100644 --- a/dev-java/aspectj/aspectj-1.2.ebuild +++ b/dev-java/aspectj/aspectj-1.2.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/aspectj/aspectj-1.2.ebuild,v 1.4 2004/10/22 10:44:07 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.2.ebuild,v 1.5 2004/12/28 19:55:50 absinthe Exp $ inherit java-pkg eutils @@ -11,7 +11,7 @@ DEPEND=">=virtual/jdk-1.3 dev-java/ant" SLOT="0" LICENSE="CPL-1.0 Apache-1.1" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" IUSE="doc" # Welcome to the AspectJ ebuild. An upstream source archive is not |