diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-29 03:18:52 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-29 03:18:52 +0000 |
commit | b95355f35cd63e0a4808d00f19ed1ad6bfcfb1f1 (patch) | |
tree | e1965446d1184b68332b9b3a4e601c860a19bced /dev-libs | |
parent | Backport the threshold patch from upstream. (diff) | |
download | gentoo-2-b95355f35cd63e0a4808d00f19ed1ad6bfcfb1f1.tar.gz gentoo-2-b95355f35cd63e0a4808d00f19ed1ad6bfcfb1f1.tar.bz2 gentoo-2-b95355f35cd63e0a4808d00f19ed1ad6bfcfb1f1.zip |
Stable ppc/ppc64, bug #428074
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/icu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/icu/icu-49.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/icu/ChangeLog b/dev-libs/icu/ChangeLog index 8022fbf4dccf..841824b81fa4 100644 --- a/dev-libs/icu/ChangeLog +++ b/dev-libs/icu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/icu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.202 2012/07/26 07:42:24 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.203 2012/07/29 03:18:52 blueness Exp $ + + 29 Jul 2012; Anthony G. Basile <blueness@gentoo.org> icu-49.1.2.ebuild: + Stable ppc/ppc64, bug #428074 26 Jul 2012; Jeff Horelick <jdhore@gentoo.org> icu-49.1.2.ebuild: marked x86 per bug 428074 diff --git a/dev-libs/icu/icu-49.1.2.ebuild b/dev-libs/icu/icu-49.1.2.ebuild index b4530fa7153d..96d08e4b9798 100644 --- a/dev-libs/icu/icu-49.1.2.ebuild +++ b/dev-libs/icu/icu-49.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-49.1.2.ebuild,v 1.3 2012/07/26 07:42:24 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-49.1.2.ebuild,v 1.4 2012/07/29 03:18:52 blueness Exp $ EAPI="4" @@ -25,7 +25,7 @@ SRC_URI="${BASE_URI}/${SRC_ARCHIVE} LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc examples static-libs" DEPEND="doc? ( app-arch/unzip )" |