diff options
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/icu/icu-2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/icu/ChangeLog b/dev-libs/icu/ChangeLog index 546079683bae..847e39843a21 100644 --- a/dev-libs/icu/ChangeLog +++ b/dev-libs/icu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/icu # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.26 2005/01/21 03:42:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.27 2005/02/19 17:43:14 dholm Exp $ + + 19 Feb 2005; David Holm <dholm@gentoo.org> icu-2.8.ebuild: + Stable on ppc 20 Jan 2005; Aron Griffis <agriffis@gentoo.org> icu-2.8.ebuild: stable on ia64 diff --git a/dev-libs/icu/icu-2.8.ebuild b/dev-libs/icu/icu-2.8.ebuild index 331c3c61bbf7..66a8b0c5ba13 100644 --- a/dev-libs/icu/icu-2.8.ebuild +++ b/dev-libs/icu/icu-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.14 2005/01/21 03:42:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.15 2005/02/19 17:43:14 dholm Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" @@ -9,7 +9,7 @@ HOMEPAGE="http://oss.software.ibm.com/icu/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~amd64 alpha ~ppc s390 ia64 ppc64 ~sparc" +KEYWORDS="~x86 ~amd64 alpha ppc s390 ia64 ppc64 ~sparc" IUSE="" DEPEND="virtual/libc" |