diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 11:46:07 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 11:46:07 +0000 |
commit | f40c3c0b8fe946d9ca39e959232027d8a412cbc2 (patch) | |
tree | 2230b5dd24585fc53e3b0c03e2b28ec8e228c386 /dev-java/quartz | |
parent | gcc-3.4 fixin' (Manifest recommit) (diff) | |
download | gentoo-2-f40c3c0b8fe946d9ca39e959232027d8a412cbc2.tar.gz gentoo-2-f40c3c0b8fe946d9ca39e959232027d8a412cbc2.tar.bz2 gentoo-2-f40c3c0b8fe946d9ca39e959232027d8a412cbc2.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/quartz')
-rw-r--r-- | dev-java/quartz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/quartz/quartz-1.3.4.ebuild | 4 | ||||
-rw-r--r-- | dev-java/quartz/quartz-1.4.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/quartz/ChangeLog b/dev-java/quartz/ChangeLog index f443687e762c..6dbe787f7465 100644 --- a/dev-java/quartz/ChangeLog +++ b/dev-java/quartz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/quartz # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/ChangeLog,v 1.10 2004/10/16 17:33:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/ChangeLog,v 1.11 2004/10/22 11:46:07 absinthe Exp $ + + 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> quartz-1.3.4.ebuild, + quartz-1.4.0.ebuild: + Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> quartz-1.3.4.ebuild, quartz-1.4.0.ebuild: diff --git a/dev-java/quartz/quartz-1.3.4.ebuild b/dev-java/quartz/quartz-1.3.4.ebuild index 0597243bd1d4..228bb1461c34 100644 --- a/dev-java/quartz/quartz-1.3.4.ebuild +++ b/dev-java/quartz/quartz-1.3.4.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/quartz/quartz-1.3.4.ebuild,v 1.10 2004/10/16 17:33:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/quartz-1.3.4.ebuild,v 1.11 2004/10/22 11:46:07 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/quartz/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="dbcp doc jboss jikes jmx jta oracle servlet-2.3 servlet-2.4 struts" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/quartz/quartz-1.4.0.ebuild b/dev-java/quartz/quartz-1.4.0.ebuild index 975b790c440a..ed848d229164 100644 --- a/dev-java/quartz/quartz-1.4.0.ebuild +++ b/dev-java/quartz/quartz-1.4.0.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/quartz/quartz-1.4.0.ebuild,v 1.5 2004/10/16 17:33:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/quartz-1.4.0.ebuild,v 1.6 2004/10/22 11:46:07 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/quartz/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="dbcp doc jboss jikes jmx jta oracle servlet-2.3 servlet-2.4 struts" DEPEND=">=virtual/jdk-1.4 |