diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-01-27 16:52:22 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-01-27 16:52:22 +0000 |
commit | 0a0e51827b0a3e1025fbe67d4da2f0cdb4a8f666 (patch) | |
tree | 239965368b7b83cc0948dc24837670cbe9e84991 /x11-libs/libXfont | |
parent | Push Gentoo Prefix changes from x11 overlay, as approved (diff) | |
download | gentoo-2-0a0e51827b0a3e1025fbe67d4da2f0cdb4a8f666.tar.gz gentoo-2-0a0e51827b0a3e1025fbe67d4da2f0cdb4a8f666.tar.bz2 gentoo-2-0a0e51827b0a3e1025fbe67d4da2f0cdb4a8f666.zip |
Push Gentoo Prefix changes from x11 overlay, as approved
(Portage version: 2.1.9.35/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.4.3.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index 9710b96b2863..044f97894d0b 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXfont -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.142 2010/12/31 20:04:55 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.143 2011/01/27 16:52:22 darkside Exp $ + + 27 Jan 2011; Jeremy Olexa <darkside@gentoo.org> libXfont-1.4.3.ebuild: + Push Gentoo Prefix changes from x11 overlay, as approved 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libXfont-1.4.3.ebuild: Stable for HPPA (bug #344827). diff --git a/x11-libs/libXfont/libXfont-1.4.3.ebuild b/x11-libs/libXfont/libXfont-1.4.3.ebuild index 92bdda5aa8b5..12efd4789877 100644 --- a/x11-libs/libXfont/libXfont-1.4.3.ebuild +++ b/x11-libs/libXfont/libXfont-1.4.3.ebuild @@ -1,13 +1,13 @@ -# 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/libXfont/libXfont-1.4.3.ebuild,v 1.7 2010/12/31 20:04:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild,v 1.8 2011/01/27 16:52:22 darkside Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="X.Org Xfont 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc ipv6" RDEPEND="x11-libs/xtrans @@ -25,5 +25,6 @@ pkg_setup() { $(use_enable doc devel-docs) $(use_with doc xmlto) --with-bzip2 - --without-fop" + --without-fop + --with-encodingsdir=${EPREFIX}/usr/share/fonts/encodings" } |