diff options
author | 2009-05-04 17:06:59 +0000 | |
---|---|---|
committer | 2009-05-04 17:06:59 +0000 | |
commit | c65c4689338929e0e67daf9cc1993df00846cd52 (patch) | |
tree | 215b637c8d6094d151df5f81588ecb1a4d52086d /x11-libs/libXfont/libXfont-1.3.1-r1.ebuild | |
parent | Make repoman happy by defining empty IUSE (diff) | |
download | historical-c65c4689338929e0e67daf9cc1993df00846cd52.tar.gz historical-c65c4689338929e0e67daf9cc1993df00846cd52.tar.bz2 historical-c65c4689338929e0e67daf9cc1993df00846cd52.zip |
Move use_ functions out of global scope.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libXfont/libXfont-1.3.1-r1.ebuild')
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild b/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild index 3e0e0c98bbd9..ccbcf6b18355 100644 --- a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild +++ b/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild,v 1.9 2008/04/13 22:50:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild,v 1.10 2009/05/04 16:59:19 ssuominen Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -20,14 +20,14 @@ RDEPEND="x11-libs/xtrans DEPEND="${RDEPEND} x11-proto/fontcacheproto" -CONFIGURE_OPTIONS="$(use_enable ipv6) - --with-encodingsdir=/usr/share/fonts/encodings" - PATCHES=" ${FILESDIR}/0001-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch " pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6) + --with-encodingsdir=/usr/share/fonts/encodings" + # No such function yet # x-modular_pkg_setup |