diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-04 12:47:13 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-04 12:47:13 +0000 |
commit | 7b8eb96a51e4d6e7237a97159b889c16fb14eb06 (patch) | |
tree | ab435000771e13158d3f919e0251817ecc09c208 /dev-libs | |
parent | x86 stable per bug 340070 (diff) | |
download | gentoo-2-7b8eb96a51e4d6e7237a97159b889c16fb14eb06.tar.gz gentoo-2-7b8eb96a51e4d6e7237a97159b889c16fb14eb06.tar.bz2 gentoo-2-7b8eb96a51e4d6e7237a97159b889c16fb14eb06.zip |
Stable on amd64 wrt bug #343759
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/icu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/icu/icu-4.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/icu/ChangeLog b/dev-libs/icu/ChangeLog index a0db11686194..7c023875a503 100644 --- a/dev-libs/icu/ChangeLog +++ b/dev-libs/icu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/icu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.123 2010/11/02 07:11:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.124 2010/11/04 12:47:13 hwoarang Exp $ + + 04 Nov 2010; Markos Chandras <hwoarang@gentoo.org> icu-4.4.2.ebuild: + Stable on amd64 wrt bug #343759 02 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> icu-4.4.2.ebuild, +files/icu-4.4.2-gcc-4.5.patch: diff --git a/dev-libs/icu/icu-4.4.2.ebuild b/dev-libs/icu/icu-4.4.2.ebuild index 8572b6c68dd9..efbe68ae7905 100644 --- a/dev-libs/icu/icu-4.4.2.ebuild +++ b/dev-libs/icu/icu-4.4.2.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-libs/icu/icu-4.4.2.ebuild,v 1.2 2010/11/02 07:11:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.4.2.ebuild,v 1.3 2010/11/04 12:47:13 hwoarang Exp $ EAPI="3" @@ -22,7 +22,7 @@ SRC_URI="${BASE_URI}/${SRC_ARCHIVE} LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples static-libs" DEPEND="doc? ( app-arch/unzip )" |