diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 16:42:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 16:42:45 +0000 |
commit | ce0975d16d0f732f088b68578243be6024ecb8c8 (patch) | |
tree | a8b4a53e1cbb71980dbc918d32c6aa96860bed32 /x11-libs/libfontenc | |
parent | m68k/s390 stable (diff) | |
download | historical-ce0975d16d0f732f088b68578243be6024ecb8c8.tar.gz historical-ce0975d16d0f732f088b68578243be6024ecb8c8.tar.bz2 historical-ce0975d16d0f732f088b68578243be6024ecb8c8.zip |
m68k/s390 stable
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.0.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/libfontenc/libfontenc-1.0.2.ebuild b/x11-libs/libfontenc/libfontenc-1.0.2.ebuild index 34cc7dc5389d..54f423c3c7cd 100644 --- a/x11-libs/libfontenc/libfontenc-1.0.2.ebuild +++ b/x11-libs/libfontenc/libfontenc-1.0.2.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.2.ebuild,v 1.7 2006/07/19 13:58:05 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.2.ebuild,v 1.8 2006/08/06 16:41:12 vapier Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -8,7 +8,9 @@ inherit x-modular DESCRIPTION="X.Org fontenc library" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" + +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |