summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild4
-rw-r--r--dev-java/ant/ChangeLog5
-rw-r--r--dev-java/ant/ant-1.6.0-r3.ebuild4
3 files changed, 7 insertions, 6 deletions
diff --git a/dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild b/dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild
index 94c6e3e36b9f..560152d07565 100644
--- a/dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild
+++ b/dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild,v 1.1 2004/02/10 06:05:56 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-optional/ant-optional-1.6.0-r3.ebuild,v 1.2 2004/02/10 07:39:15 strider Exp $
inherit java-pkg
@@ -12,7 +12,7 @@ SRC_URI="mirror://apache/ant/source/apache-ant-${PV}-src.tar.bz2"
HOMEPAGE="http://ant.apache.org"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
DEPEND="=dev-java/ant-1.6.0-r2
>=dev-java/java-config-1.2
>=dev-java/log4j-1.2.8
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog
index 2f25abe357c3..883ed8d7be87 100644
--- a/dev-java/ant/ChangeLog
+++ b/dev-java/ant/ChangeLog
@@ -1,11 +1,12 @@
# ChangeLog for dev-java/ant
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.48 2004/02/10 06:15:09 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.49 2004/02/10 07:38:11 strider Exp $
*ant-1.6.0-r3 (10 Feb 2004)
10 Feb 2004; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r3.ebuild:
- Removed some USE flags for this package since people dont use them, and create a lot of bug reports about it.
+ Removed some USE flags for this package since people dont use them,
+ and create a lot of bug reports about it.
20 Jan 2004; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r2.ebuild:
Added ~x86 keyword.
diff --git a/dev-java/ant/ant-1.6.0-r3.ebuild b/dev-java/ant/ant-1.6.0-r3.ebuild
index f574615738f3..21943b5bac13 100644
--- a/dev-java/ant/ant-1.6.0-r3.ebuild
+++ b/dev-java/ant/ant-1.6.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.0-r3.ebuild,v 1.1 2004/02/10 06:15:09 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.0-r3.ebuild,v 1.2 2004/02/10 07:36:55 strider Exp $
inherit java-pkg
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/ant/source/apache-${PN}-${PV}-src.tar.bz2"
HOMEPAGE="http://ant.apache.org"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
DEPEND="virtual/glibc
>=virtual/jdk-1.4
>=dev-java/java-config-1.2"