diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-01-27 16:57:53 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-01-27 16:57:53 +0000 |
commit | 2bf7ef92d14a9ec798e7bafdcc11dbe5e834ed89 (patch) | |
tree | 2253f623d871d094ac116e7b9be1e6e596701f38 /x11-libs/libfontenc/libfontenc-1.1.0.ebuild | |
parent | Push Gentoo Prefix changes from x11 overlay, as approved (diff) | |
download | gentoo-2-2bf7ef92d14a9ec798e7bafdcc11dbe5e834ed89.tar.gz gentoo-2-2bf7ef92d14a9ec798e7bafdcc11dbe5e834ed89.tar.bz2 gentoo-2-2bf7ef92d14a9ec798e7bafdcc11dbe5e834ed89.zip |
Push Gentoo Prefix changes from x11 overlay, as approved
(Portage version: 2.1.9.35/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libfontenc/libfontenc-1.1.0.ebuild')
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/libfontenc/libfontenc-1.1.0.ebuild b/x11-libs/libfontenc/libfontenc-1.1.0.ebuild index ecd6a454cb87..c23c4d0e4fed 100644 --- a/x11-libs/libfontenc/libfontenc-1.1.0.ebuild +++ b/x11-libs/libfontenc/libfontenc-1.1.0.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild,v 1.7 2010/12/31 20:12:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild,v 1.8 2011/01/27 16:57:53 darkside Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="X.Org fontenc library" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="sys-libs/zlib x11-proto/xproto" DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-encodingsdir=${EPREFIX}/usr/share/fonts/encodings" |