diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-03 21:56:39 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-03 21:56:39 +0000 |
commit | 6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83 (patch) | |
tree | cdadd3a1f68c1e17e80c61e937855779bf7cba00 /dev-java/commons-net | |
parent | 03 Jan 2010; Zac Medico <zmedico@gentoo.org> (diff) | |
download | historical-6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83.tar.gz historical-6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83.tar.bz2 historical-6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r-- | dev-java/commons-net/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-1.4.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog index 929b3b796e41..7226450101e5 100644 --- a/dev-java/commons-net/ChangeLog +++ b/dev-java/commons-net/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-net -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.44 2008/02/15 03:55:43 betelgeuse Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.45 2010/01/03 20:30:17 fauli Exp $ + + 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + commons-net-1.4.1-r1.ebuild: + Transfer Prefix keywords 15 Feb 2008; Petteri Räty <betelgeuse@gentoo.org> commons-net-1.4.1-r1.ebuild: diff --git a/dev-java/commons-net/commons-net-1.4.1-r1.ebuild b/dev-java/commons-net/commons-net-1.4.1-r1.ebuild index 4f930b09c37b..36ddd5cb5908 100644 --- a/dev-java/commons-net/commons-net-1.4.1-r1.ebuild +++ b/dev-java/commons-net/commons-net-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.4.1-r1.ebuild,v 1.12 2008/02/15 03:55:43 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.4.1-r1.ebuild,v 1.13 2010/01/03 20:30:17 fauli Exp $ JAVA_PKG_IUSE="doc examples source" # junit @@ -22,7 +22,7 @@ DEPEND=">=virtual/jdk-1.3 ${COMMON_DEP}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # disabling unit tests: # http://issues.apache.org/bugzilla/show_bug.cgi?id=37985 |