diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 15:13:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 15:13:03 +0000 |
commit | c23e0882b0efcdaa76ec910859a364658eb33388 (patch) | |
tree | 89bfbac67028e42b5cf483a4517edee2e442ab13 /x11-libs/libFS/libFS-1.0.0.ebuild | |
parent | Move use_ functions out of global scope. (diff) | |
download | gentoo-2-c23e0882b0efcdaa76ec910859a364658eb33388.tar.gz gentoo-2-c23e0882b0efcdaa76ec910859a364658eb33388.tar.bz2 gentoo-2-c23e0882b0efcdaa76ec910859a364658eb33388.zip |
Move use_ functions out of global scope.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libFS/libFS-1.0.0.ebuild')
-rw-r--r-- | x11-libs/libFS/libFS-1.0.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/libFS/libFS-1.0.0.ebuild b/x11-libs/libFS/libFS-1.0.0.ebuild index c932145006a9..70934ab27ea8 100644 --- a/x11-libs/libFS/libFS-1.0.0.ebuild +++ b/x11-libs/libFS/libFS-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/libFS/libFS-1.0.0.ebuild,v 1.14 2007/02/04 18:21:39 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.0.ebuild,v 1.15 2009/05/04 15:13:03 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -17,4 +17,6 @@ RDEPEND="x11-libs/xtrans x11-proto/fontsproto" DEPEND="${RDEPEND}" -CONFIGURE_OPTIONS="$(use_enable ipv6)" +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |