diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 10:44:07 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 10:44:07 +0000 |
commit | 17f42f1c96cf2c07ea4f9333087b034d7906ace9 (patch) | |
tree | 1f5900c46a150b69821bbb7c8464458d1b73a9dc /dev-java/aspectj | |
parent | add tcp patch & revbump (Manifest recommit) (diff) | |
download | gentoo-2-17f42f1c96cf2c07ea4f9333087b034d7906ace9.tar.gz gentoo-2-17f42f1c96cf2c07ea4f9333087b034d7906ace9.tar.bz2 gentoo-2-17f42f1c96cf2c07ea4f9333087b034d7906ace9.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/aspectj')
-rw-r--r-- | dev-java/aspectj/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/aspectj/ChangeLog b/dev-java/aspectj/ChangeLog index 0b1c39985a7b..d0af9ec9315c 100644 --- a/dev-java/aspectj/ChangeLog +++ b/dev-java/aspectj/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2004/08/25 23:27:19 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.8 2004/10/22 10:44:07 absinthe Exp $ + + 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> aspectj-1.1.1.ebuild, + aspectj-1.2.ebuild: + Keywords ~amd64. *aspectj-1.1.1 (25 Aug 2004) diff --git a/dev-java/aspectj/aspectj-1.1.1.ebuild b/dev-java/aspectj/aspectj-1.1.1.ebuild index 48b716329c0d..701c5c461892 100644 --- a/dev-java/aspectj/aspectj-1.1.1.ebuild +++ b/dev-java/aspectj/aspectj-1.1.1.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.1.1.ebuild,v 1.7 2004/08/25 23:27:19 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.1.1.ebuild,v 1.8 2004/10/22 10:44:07 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" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" RESTRICT="nomirror" diff --git a/dev-java/aspectj/aspectj-1.2.ebuild b/dev-java/aspectj/aspectj-1.2.ebuild index 4869e2f5ee89..fa9c325eccd2 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.3 2004/08/24 03:25:13 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.2.ebuild,v 1.4 2004/10/22 10:44:07 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" +KEYWORDS="x86 ~ppc ~amd64" IUSE="doc" # Welcome to the AspectJ ebuild. An upstream source archive is not |