diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 18:40:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 18:40:55 +0000 |
commit | 1c22790242cb5b377c6ab39d1938f32253a4ffb5 (patch) | |
tree | c8a9ed773a97e1c5b40ec94e434d389c61c2ed29 /dev-java/commons-net | |
parent | [bump] dev-perl/Event-1.150.0 (diff) | |
download | gentoo-2-1c22790242cb5b377c6ab39d1938f32253a4ffb5.tar.gz gentoo-2-1c22790242cb5b377c6ab39d1938f32253a4ffb5.tar.bz2 gentoo-2-1c22790242cb5b377c6ab39d1938f32253a4ffb5.zip |
Marked ~x64-freebsd
(Portage version: 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 |