diff options
author | David Holm <dholm@gentoo.org> | 2004-02-15 12:08:52 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-15 12:08:52 +0000 |
commit | 4339f3c8c557913cfa758e7923535bd23ad33fba (patch) | |
tree | 1fc680d6dfae60cacc59741042b44f951ef59648 /dev-libs/icu | |
parent | Ebuild cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-4339f3c8c557913cfa758e7923535bd23ad33fba.tar.gz gentoo-2-4339f3c8c557913cfa758e7923535bd23ad33fba.tar.bz2 gentoo-2-4339f3c8c557913cfa758e7923535bd23ad33fba.zip |
Added to ~ppc
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/icu/icu-2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/icu/ChangeLog b/dev-libs/icu/ChangeLog index 8477722a378a..3e7349d3dfa9 100644 --- a/dev-libs/icu/ChangeLog +++ b/dev-libs/icu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/icu -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.8 2003/10/06 09:47:37 pyrania Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.9 2004/02/15 12:04:26 dholm Exp $ + + 15 Feb 2004; David Holm <dholm@gentoo.org> icu-2.6.ebuild: + Added to ~ppc. *icu-2.6 (06 Oct 2003) diff --git a/dev-libs/icu/icu-2.6.ebuild b/dev-libs/icu/icu-2.6.ebuild index f4421c3cec24..c5f458618e39 100644 --- a/dev-libs/icu/icu-2.6.ebuild +++ b/dev-libs/icu/icu-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.6.ebuild,v 1.2 2003/11/16 23:06:40 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.6.ebuild,v 1.3 2004/02/15 12:04:26 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 ~sparc " +KEYWORDS="x86 ~sparc ~ppc" DEPEND="virtual/glibc" |