From 246d1e468bd336646967fc983b59cb22d5c903d4 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 4 May 2009 15:17:31 +0000 Subject: Move use_ functions out of global scope. Package-Manager: portage-2.1.6.13/cvs/Linux x86_64 --- x11-libs/libICE/ChangeLog | 8 ++++++-- x11-libs/libICE/libICE-1.0.3.ebuild | 8 +++++--- x11-libs/libICE/libICE-1.0.4.ebuild | 8 +++++--- 3 files changed, 16 insertions(+), 8 deletions(-) (limited to 'x11-libs/libICE') diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog index 948aac2ee7e0..557de2b5e580 100644 --- a/x11-libs/libICE/ChangeLog +++ b/x11-libs/libICE/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libICE -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.50 2008/01/31 04:15:17 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.51 2009/05/04 15:14:04 ssuominen Exp $ + + 04 May 2009; Samuli Suominen libICE-1.0.3.ebuild, + libICE-1.0.4.ebuild: + Move use_ functions out of global scope. 31 Jan 2008; Donnie Berkholz ; -libICE-1.0.1.ebuild: Clean up. diff --git a/x11-libs/libICE/libICE-1.0.3.ebuild b/x11-libs/libICE/libICE-1.0.3.ebuild index 5b26c8419ed4..b7c3fb45a1f6 100644 --- a/x11-libs/libICE/libICE-1.0.3.ebuild +++ b/x11-libs/libICE/libICE-1.0.3.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/libICE/libICE-1.0.3.ebuild,v 1.11 2007/08/07 13:03:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.3.ebuild,v 1.12 2009/05/04 15:14:04 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -16,4 +16,6 @@ RDEPEND="x11-libs/xtrans x11-proto/xproto" DEPEND="${RDEPEND}" -CONFIGURE_OPTIONS="$(use_enable ipv6)" +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} diff --git a/x11-libs/libICE/libICE-1.0.4.ebuild b/x11-libs/libICE/libICE-1.0.4.ebuild index aa874bcb8a02..a30b2345f176 100644 --- a/x11-libs/libICE/libICE-1.0.4.ebuild +++ b/x11-libs/libICE/libICE-1.0.4.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/libICE/libICE-1.0.4.ebuild,v 1.8 2008/01/13 09:23:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.4.ebuild,v 1.9 2009/05/04 15:14:04 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -16,4 +16,6 @@ RDEPEND="x11-libs/xtrans x11-proto/xproto" DEPEND="${RDEPEND}" -CONFIGURE_OPTIONS="$(use_enable ipv6)" +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} -- cgit v1.2.3-65-gdbad