diff options
author | 2010-07-26 14:14:22 +0000 | |
---|---|---|
committer | 2010-07-26 14:14:22 +0000 | |
commit | 22f10e02347a0e2919282e18fc0e82f3348d1769 (patch) | |
tree | 8e71aba4ea57fe31bc0ee7c479522c0d0eb59a8d /dev-java/icu4j/icu4j-4.4.1.1.ebuild | |
parent | Fix building with -Wl,--as-needed wrt #329901 by Nao Nakashima. (diff) | |
download | historical-22f10e02347a0e2919282e18fc0e82f3348d1769.tar.gz historical-22f10e02347a0e2919282e18fc0e82f3348d1769.tar.bz2 historical-22f10e02347a0e2919282e18fc0e82f3348d1769.zip |
x86 stable wrt bug #329867
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-java/icu4j/icu4j-4.4.1.1.ebuild')
-rw-r--r-- | dev-java/icu4j/icu4j-4.4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/icu4j/icu4j-4.4.1.1.ebuild b/dev-java/icu4j/icu4j-4.4.1.1.ebuild index f2e0208a79d9..b12dcfc19b30 100644 --- a/dev-java/icu4j/icu4j-4.4.1.1.ebuild +++ b/dev-java/icu4j/icu4j-4.4.1.1.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/icu4j/icu4j-4.4.1.1.ebuild,v 1.1 2010/06/26 12:50:18 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.1.1.ebuild,v 1.2 2010/07/26 14:14:22 phajdan.jr Exp $ EAPI=2 @@ -23,7 +23,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" SLOT="4.4" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Tests only work with JDK-1.6, severe out of memory problems appear with 1.5 |