diff options
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/ant-tasks/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant-tasks/ant-tasks-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/ant-tasks/ChangeLog b/dev-java/ant-tasks/ChangeLog index 83348ce26fac..8cea9eda491e 100644 --- a/dev-java/ant-tasks/ChangeLog +++ b/dev-java/ant-tasks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant-tasks # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.49 2007/01/25 18:31:39 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.50 2007/01/26 13:59:16 nelchael Exp $ + + 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-tasks-1.7.0.ebuild: + Added ~ppc. 25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org> ant-tasks-1.7.0.ebuild: diff --git a/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild b/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild index 3978da853403..9f8bb28b1a4f 100644 --- a/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild +++ b/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild,v 1.4 2007/01/25 18:31:39 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild,v 1.5 2007/01/26 13:59:16 nelchael Exp $ inherit java-pkg-2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://ant.apache.org/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="jai javamail noantlr nobcel nobsf nocommonsnet nocommonslogging nojdepend nojmf nojsch nolog4j nooro noregexp noresolver noswing noxalan" # nobeanutils nobsh nojython norhino noxerces |