diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 19:36:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 19:36:40 +0000 |
commit | a6f270692af3cc5346199ba96b424cf273ac1268 (patch) | |
tree | 6b2f59f5ca30c208d0538d9005a6f1ce142be147 /dev-libs/icu | |
parent | Stable on alpha. (diff) | |
download | historical-a6f270692af3cc5346199ba96b424cf273ac1268.tar.gz historical-a6f270692af3cc5346199ba96b424cf273ac1268.tar.bz2 historical-a6f270692af3cc5346199ba96b424cf273ac1268.zip |
Stable on alpha.
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 dab59ea46178..ce1b89866ae9 100644 --- a/dev-libs/icu/ChangeLog +++ b/dev-libs/icu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/icu # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.16 2004/05/13 15:46:30 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.17 2004/05/23 19:36:40 kloeri Exp $ + + 23 May 2004; Bryan Østergaard <kloeri@gentoo.org> icu-2.8.ebuild: + Stable on alpha. 13 May 2004; Michael McCabe <randy@gentoo.org> icu-2.8.ebuild: Added s390 keywords diff --git a/dev-libs/icu/icu-2.8.ebuild b/dev-libs/icu/icu-2.8.ebuild index 6f2377020b8b..12f85b27d411 100644 --- a/dev-libs/icu/icu-2.8.ebuild +++ b/dev-libs/icu/icu-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.5 2004/05/13 15:46:30 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.6 2004/05/23 19:36:40 kloeri 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" +KEYWORDS="~x86 ~amd64 alpha ~ppc s390" DEPEND="virtual/glibc" |