diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 11:35:29 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 11:35:29 +0000 |
commit | a5b9ed80c6ff46f78f7859c59b33bb3f18f5d1f4 (patch) | |
tree | 1728a6077c104bad338370e4549af400490a37b0 /dev-java/poi | |
parent | ~amd64 (diff) | |
download | historical-a5b9ed80c6ff46f78f7859c59b33bb3f18f5d1f4.tar.gz historical-a5b9ed80c6ff46f78f7859c59b33bb3f18f5d1f4.tar.bz2 historical-a5b9ed80c6ff46f78f7859c59b33bb3f18f5d1f4.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/poi')
-rw-r--r-- | dev-java/poi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/poi/poi-2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-java/poi/poi-2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/poi/poi-2.5.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-java/poi/ChangeLog b/dev-java/poi/ChangeLog index adb94a97cf5c..361231e4bb0e 100644 --- a/dev-java/poi/ChangeLog +++ b/dev-java/poi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/poi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/ChangeLog,v 1.6 2004/09/19 08:25:58 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/ChangeLog,v 1.7 2004/10/22 11:35:29 absinthe Exp $ + + 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> poi-2.0.ebuild, + poi-2.5-r1.ebuild, poi-2.5.ebuild: + Keywords ~amd64. *poi-2.5-r1 (19 Sep 2004) diff --git a/dev-java/poi/poi-2.0.ebuild b/dev-java/poi/poi-2.0.ebuild index 4d2c976838f1..f23a227b308a 100644 --- a/dev-java/poi/poi-2.0.ebuild +++ b/dev-java/poi/poi-2.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/poi/poi-2.0.ebuild,v 1.5 2004/07/22 14:47:24 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.0.ebuild,v 1.6 2004/10/22 11:35:29 absinthe Exp $ inherit java-pkg eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/poi/release/src/${PN}-src-${PV}-final-20040126. IUSE="jikes junit" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" DEPEND=">=virtual/jdk-1.2 >=dev-java/ant-1.4" RDEPEND=">=virtual/jdk-1.2 diff --git a/dev-java/poi/poi-2.5-r1.ebuild b/dev-java/poi/poi-2.5-r1.ebuild index 2bedf25b1ec9..78be96388ebf 100644 --- a/dev-java/poi/poi-2.5-r1.ebuild +++ b/dev-java/poi/poi-2.5-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/poi/poi-2.5-r1.ebuild,v 1.1 2004/09/19 08:25:58 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5-r1.ebuild,v 1.2 2004/10/22 11:35:29 absinthe Exp $ inherit java-pkg eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/poi/release/src/${PN}-src-${PV}-final-20040302. IUSE="jikes junit" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" DEPEND=">=virtual/jdk-1.2 junit? ( dev-java/junit ) sys-apps/sed diff --git a/dev-java/poi/poi-2.5.ebuild b/dev-java/poi/poi-2.5.ebuild index 10f1cd8c9be2..64cc47ce4882 100644 --- a/dev-java/poi/poi-2.5.ebuild +++ b/dev-java/poi/poi-2.5.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/poi/poi-2.5.ebuild,v 1.1 2004/07/22 14:47:24 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5.ebuild,v 1.2 2004/10/22 11:35:29 absinthe Exp $ inherit java-pkg eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/poi/release/src/${PN}-src-${PV}-final-20040302. IUSE="jikes junit" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" DEPEND=">=virtual/jdk-1.2 >=dev-java/ant-1.4" RDEPEND=">=virtual/jdk-1.2 |