From c65c4689338929e0e67daf9cc1993df00846cd52 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 4 May 2009 17:06:59 +0000 Subject: Move use_ functions out of global scope. Package-Manager: portage-2.1.6.13/cvs/Linux x86_64 --- x11-libs/libXfont/libXfont-1.3.1-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-libs/libXfont/libXfont-1.3.1-r1.ebuild') 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 -- cgit v1.2.3-65-gdbad