diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 19:11:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 19:11:14 +0000 |
commit | 70eba04a8b561a99767dc6894a7c1a0ffa84a3b6 (patch) | |
tree | de6766e7f273fedc527be08d39cf52c7ac35b52d /dev-java/commons-net | |
parent | app-crypt/WiRouterKeyRec: Version bump. Remove old. (diff) | |
download | historical-70eba04a8b561a99767dc6894a7c1a0ffa84a3b6.tar.gz historical-70eba04a8b561a99767dc6894a7c1a0ffa84a3b6.tar.bz2 historical-70eba04a8b561a99767dc6894a7c1a0ffa84a3b6.zip |
Marked ~x64-freebsd
Package-Manager: portage-2.2.01.18252-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r-- | dev-java/commons-net/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-1.4.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog index 553027dbb3b4..0e94340012f8 100644 --- a/dev-java/commons-net/ChangeLog +++ b/dev-java/commons-net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-net -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.46 2010/07/16 20:36:48 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.47 2011/05/03 18:40:55 grobian Exp $ + + 03 May 2011; Fabian Groffen <grobian@gentoo.org> commons-net-1.4.1-r1.ebuild: + Marked ~x64-freebsd 16 Jul 2010; Fabian Groffen <grobian@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 79b9c2bbc849..dd2d9afc2aa4 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.14 2010/07/16 20:36:48 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.4.1-r1.ebuild,v 1.15 2011/05/03 18:40:55 grobian 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # disabling unit tests: # http://issues.apache.org/bugzilla/show_bug.cgi?id=37985 |