diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 16:59:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 16:59:19 +0000 |
commit | 9c24f25369c0d125cf4cadcc6a4eaced1f41155e (patch) | |
tree | 0d2136140c32ab49ebaa965cf63d28507ac4aab6 /x11-libs/libXfont/libXfont-1.4.0.ebuild | |
parent | Move use_ functions out of global scope. (diff) | |
download | gentoo-2-9c24f25369c0d125cf4cadcc6a4eaced1f41155e.tar.gz gentoo-2-9c24f25369c0d125cf4cadcc6a4eaced1f41155e.tar.bz2 gentoo-2-9c24f25369c0d125cf4cadcc6a4eaced1f41155e.zip |
Move use_ functions out of global scope.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXfont/libXfont-1.4.0.ebuild')
-rw-r--r-- | x11-libs/libXfont/libXfont-1.4.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/libXfont/libXfont-1.4.0.ebuild b/x11-libs/libXfont/libXfont-1.4.0.ebuild index e0a9a49ffe7e..3a490af594f4 100644 --- a/x11-libs/libXfont/libXfont-1.4.0.ebuild +++ b/x11-libs/libXfont/libXfont-1.4.0.ebuild @@ -1,6 +1,6 @@ # 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.4.0.ebuild,v 1.1 2009/04/29 11:38:35 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.0.ebuild,v 1.2 2009/05/04 16:59:19 ssuominen Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -20,11 +20,11 @@ RDEPEND="x11-libs/xtrans DEPEND="${RDEPEND} x11-proto/fontcacheproto" -CONFIGURE_OPTIONS="$(use_enable ipv6) - --with-bzip2 - --with-encodingsdir=/usr/share/fonts/encodings" - pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6) + --with-bzip2 + --with-encodingsdir=/usr/share/fonts/encodings" + # No such function yet # x-modular_pkg_setup |