diff options
author | 2010-01-03 20:27:14 +0000 | |
---|---|---|
committer | 2010-01-03 20:27:14 +0000 | |
commit | 238ca6a56c76d5733cbfe7e19df27e5b3af33021 (patch) | |
tree | 451b07d9427eb3df8cd71843313047d75827a244 /dev-java/commons-io | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-238ca6a56c76d5733cbfe7e19df27e5b3af33021.tar.gz gentoo-2-238ca6a56c76d5733cbfe7e19df27e5b3af33021.tar.bz2 gentoo-2-238ca6a56c76d5733cbfe7e19df27e5b3af33021.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r-- | dev-java/commons-io/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-1.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-io/ChangeLog b/dev-java/commons-io/ChangeLog index 71771128d35e..11394d59028b 100644 --- a/dev-java/commons-io/ChangeLog +++ b/dev-java/commons-io/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-io -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.46 2009/07/25 10:08:12 nelchael Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.47 2010/01/03 20:27:14 fauli Exp $ + + 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + commons-io-1.4.ebuild: + Transfer Prefix keywords 25 Jul 2009; Krzysiek Pawlik <nelchael@gentoo.org> commons-io-1.4.ebuild: Remove FEATURES test. diff --git a/dev-java/commons-io/commons-io-1.4.ebuild b/dev-java/commons-io/commons-io-1.4.ebuild index be4261d2178a..779163fdfda0 100644 --- a/dev-java/commons-io/commons-io-1.4.ebuild +++ b/dev-java/commons-io/commons-io-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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-io/commons-io-1.4.ebuild,v 1.6 2009/07/25 10:08:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.4.ebuild,v 1.7 2010/01/03 20:27:14 fauli Exp $ JAVA_PKG_IUSE="doc source" @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -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" IUSE="test" DEPEND=">=virtual/jdk-1.4 |