From 26cde7bc60844b84b6af92594b22b6830c5963bb Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 20 Nov 2007 02:17:48 +0000 Subject: useq -> use (Portage version: 2.1.3.19) --- games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 4 ++-- games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games-fps') diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 6f3a487dd387..6cec166a6ec0 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.6 2007/04/09 17:57:36 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.7 2007/11/20 02:17:48 mr_bones_ Exp $ inherit eutils toolchain-funcs games @@ -95,7 +95,7 @@ src_unpack() { yesno() { for f in "$@" ; do - if ! useq $f ; then + if ! use $f ; then echo NO return 1 fi diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index 2f7baf782f56..374883e72d7e 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.19 2007/04/09 17:57:36 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.20 2007/11/20 02:17:48 mr_bones_ Exp $ inherit eutils toolchain-funcs games @@ -74,7 +74,7 @@ src_unpack() { yesno() { for f in "$@" ; do - if ! useq $f ; then + if ! use $f ; then echo NO return 1 fi -- cgit v1.2.3-65-gdbad