diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-28 14:56:11 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-28 14:56:11 +0000 |
commit | d35ee4ad8b4a34b71c77a047c48388c4c571788e (patch) | |
tree | 0f1a8dc26ae9b7238f885be81f860f1f3d4117a3 /dev-java/commons-codec/commons-codec-1.4.ebuild | |
parent | Reverted to full -j1, simple hacks for parallel builds unstable (diff) | |
download | gentoo-2-d35ee4ad8b4a34b71c77a047c48388c4c571788e.tar.gz gentoo-2-d35ee4ad8b4a34b71c77a047c48388c4c571788e.tar.bz2 gentoo-2-d35ee4ad8b4a34b71c77a047c48388c4c571788e.zip |
x86 stable wrt bug #316295
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-java/commons-codec/commons-codec-1.4.ebuild')
-rw-r--r-- | dev-java/commons-codec/commons-codec-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-codec/commons-codec-1.4.ebuild b/dev-java/commons-codec/commons-codec-1.4.ebuild index d2b10e62b114..e431091fc8df 100644 --- a/dev-java/commons-codec/commons-codec-1.4.ebuild +++ b/dev-java/commons-codec/commons-codec-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.4.ebuild,v 1.1 2010/03/20 13:02:45 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.4.ebuild,v 1.2 2010/04/28 14:56:11 phajdan.jr Exp $ EAPI=2 JAVA_PKG_IUSE="doc source test" @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/codec/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.4" |