diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-16 08:41:08 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-16 08:41:08 +0000 |
commit | cb06841828067a4d9b854c8b4252ca8789d7ce52 (patch) | |
tree | 4303311e3e019fcd4a344867b8fb94925aef410d /dev-java/commons-net | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-cb06841828067a4d9b854c8b4252ca8789d7ce52.tar.gz gentoo-2-cb06841828067a4d9b854c8b4252ca8789d7ce52.tar.bz2 gentoo-2-cb06841828067a4d9b854c8b4252ca8789d7ce52.zip |
Stable on amd64.
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r-- | dev-java/commons-net/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog index 95051ddcc0c1..542d716c7026 100644 --- a/dev-java/commons-net/ChangeLog +++ b/dev-java/commons-net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-net # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.15 2004/09/10 19:47:35 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.16 2004/10/16 08:40:19 absinthe Exp $ + + 16 Oct 2004; Dylan Carlson <absinthe@gentoo.org> commons-net-1.2.2.ebuild: + Stable on amd64. 10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> commons-net-1.2.2.ebuild: changed dependenciess to ant-core diff --git a/dev-java/commons-net/commons-net-1.2.2.ebuild b/dev-java/commons-net/commons-net-1.2.2.ebuild index eec7f232c2fb..15232f44ce45 100644 --- a/dev-java/commons-net/commons-net-1.2.2.ebuild +++ b/dev-java/commons-net/commons-net-1.2.2.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/commons-net/commons-net-1.2.2.ebuild,v 1.8 2004/09/10 19:47:35 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.2.2.ebuild,v 1.9 2004/10/16 08:40:19 absinthe Exp $ inherit eutils java-pkg @@ -13,7 +13,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="x86 sparc ppc ~amd64" +KEYWORDS="x86 sparc ppc amd64" IUSE="jikes doc" src_unpack() { |