diff options
-rw-r--r-- | dev-java/ant-commons-net/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/ant-commons-net/ChangeLog b/dev-java/ant-commons-net/ChangeLog index 29b4f8f25fb0..543033e60f4f 100644 --- a/dev-java/ant-commons-net/ChangeLog +++ b/dev-java/ant-commons-net/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-commons-net # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ChangeLog,v 1.4 2007/01/26 13:47:49 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ChangeLog,v 1.5 2007/01/27 02:03:29 caster Exp $ + + 27 Jan 2007; Vlastimil Babka <caster@gentoo.org> + ant-commons-net-1.7.0.ebuild: + Add ~ia64 keyword, bug #159820. 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-commons-net-1.7.0.ebuild: diff --git a/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild b/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild index 3cad2a65384e..a660dd26c31d 100644 --- a/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild +++ b/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild,v 1.5 2007/01/26 13:47:49 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild,v 1.6 2007/01/27 02:03:29 caster Exp $ inherit ant-tasks -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" DEPEND=">=dev-java/commons-net-1.4.1-r1" RDEPEND="${DEPEND}" |