diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-29 17:14:31 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-29 17:14:31 +0000 |
commit | 7d5d7b073e2af6c657896f154f94a148190ce83e (patch) | |
tree | 85df4c7a1f2beae3f71524f61ce7d4c9fd47d3bd /app-i18n | |
parent | python_mod_optimize is ROOT aware. (diff) | |
download | gentoo-2-7d5d7b073e2af6c657896f154f94a148190ce83e.tar.gz gentoo-2-7d5d7b073e2af6c657896f154f94a148190ce83e.tar.bz2 gentoo-2-7d5d7b073e2af6c657896f154f94a148190ce83e.zip |
Added ~ppc64; bug #223973
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/unicode-data/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/unicode-data/unicode-data-5.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/unicode-data/ChangeLog b/app-i18n/unicode-data/ChangeLog index 5ddb7e1e4327..6ea949f7bc38 100644 --- a/app-i18n/unicode-data/ChangeLog +++ b/app-i18n/unicode-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/unicode-data # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.1 2008/05/28 17:16:34 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.2 2008/05/29 17:14:31 corsair Exp $ + + 29 May 2008; Markus Rothe <corsair@gentoo.org> unicode-data-5.2.0.ebuild: + Added ~ppc64; bug #223973 *unicode-data-5.2.0 (28 May 2008) diff --git a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild index b8d73df5b8c0..0b9263d406f8 100644 --- a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.2.0.ebuild,v 1.1 2008/05/28 17:16:34 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.2.0.ebuild,v 1.2 2008/05/29 17:14:31 corsair Exp $ DESCRIPTION="Unicode data from unicode.org" HOMEPAGE="http://unicode.org/" SRC_URI="mirror://gentoo/unicode-data-5.2.0.tar.lzma" LICENSE="unicode" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc64 ~x86" IUSE="" DEPEND="app-arch/lzma-utils" |