diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-08 10:52:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-08 10:52:38 +0000 |
commit | d236c723b178ab7a390e4f6aec47b76448c92833 (patch) | |
tree | 318bd98ff2acbed1cdb893ce43c459e137898d0a /dev-java/commons-io | |
parent | x86 stable, bug #212638 (diff) | |
download | gentoo-2-d236c723b178ab7a390e4f6aec47b76448c92833.tar.gz gentoo-2-d236c723b178ab7a390e4f6aec47b76448c92833.tar.bz2 gentoo-2-d236c723b178ab7a390e4f6aec47b76448c92833.zip |
x86 stable, bug #212639
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r-- | dev-java/commons-io/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-io/ChangeLog b/dev-java/commons-io/ChangeLog index 7cc94dc4ed14..5c3a2772747a 100644 --- a/dev-java/commons-io/ChangeLog +++ b/dev-java/commons-io/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-io # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.40 2008/02/06 14:46:12 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.41 2008/03/08 10:52:38 maekke Exp $ + + 08 Mar 2008; Markus Meier <maekke@gentoo.org> commons-io-1.4.ebuild: + x86 stable, bug #212639 *commons-io-1.4 (06 Feb 2008) diff --git a/dev-java/commons-io/commons-io-1.4.ebuild b/dev-java/commons-io/commons-io-1.4.ebuild index 7f2b34608ebc..4dedad731af1 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-2008 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.1 2008/02/06 14:46:12 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.4.ebuild,v 1.2 2008/03/08 10:52:38 maekke 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" IUSE="test" DEPEND=">=virtual/jdk-1.4 |