diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:20:23 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:20:23 +0000 |
commit | bb91ad753aaaec738147ecd2fe2658c443523593 (patch) | |
tree | 33f0b77670a3304919566eb953c4d9782d1db1c3 /x11-libs/libfontenc | |
parent | should correct #120973 (diff) | |
download | gentoo-2-bb91ad753aaaec738147ecd2fe2658c443523593.tar.gz gentoo-2-bb91ad753aaaec738147ecd2fe2658c443523593.tar.bz2 gentoo-2-bb91ad753aaaec738147ecd2fe2658c443523593.zip |
Added ~ppc64
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r-- | x11-libs/libfontenc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog index 5f4fce1f7317..50a86587df96 100644 --- a/x11-libs/libfontenc/ChangeLog +++ b/x11-libs/libfontenc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfontenc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.18 2006/01/31 13:24:02 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.19 2006/02/14 22:16:05 corsair Exp $ + + 14 Feb 2006; Markus Rothe <corsair@gentoo.org> libfontenc-1.0.1.ebuild: + Added ~ppc64 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> libfontenc-1.0.1.ebuild: diff --git a/x11-libs/libfontenc/libfontenc-1.0.1.ebuild b/x11-libs/libfontenc/libfontenc-1.0.1.ebuild index 832a2bb3895c..f266a4e7f053 100644 --- a/x11-libs/libfontenc/libfontenc-1.0.1.ebuild +++ b/x11-libs/libfontenc/libfontenc-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.1.ebuild,v 1.3 2006/01/31 13:24:02 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.1.ebuild,v 1.4 2006/02/14 22:16:05 corsair Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org fontenc library" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |