From 8bb462bc24f65466edaa2e23cde5c97402259941 Mon Sep 17 00:00:00 2001 From: Hanno Boeck <hanno@gentoo.org> Date: Sun, 17 Nov 2002 22:48:28 +0000 Subject: changed ~x86 to x86 and fixed lintool-warnings. --- app-emulation/gngb/gngb-20020111.ebuild | 6 +++--- app-emulation/gngb/gngb-20020819.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app-emulation/gngb') diff --git a/app-emulation/gngb/gngb-20020111.ebuild b/app-emulation/gngb/gngb-20020111.ebuild index 8e69ee85a200..0a74c127191b 100644 --- a/app-emulation/gngb/gngb-20020111.ebuild +++ b/app-emulation/gngb/gngb-20020111.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.7 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.8 2002/11/17 22:48:28 hanno Exp $ IUSE="opengl" @@ -8,7 +8,7 @@ DESCRIPTION="gngb - Gameboy / Gameboy Color emulator" HOMEPAGE="http://membres.lycos.fr/frogus/gngb/" LICENSE="GPL-2" KEYWORDS="x86 -ppc" -SLOT="0" +SLOT="0" RDEPEND="media-libs/libsdl opengl? ( virtual/opengl )" DEPEND="${RDEPEND}" @@ -19,7 +19,7 @@ src_compile() { use opengl || myconf=" --with-gl " econf ${myconf} || die - + emake || die } diff --git a/app-emulation/gngb/gngb-20020819.ebuild b/app-emulation/gngb/gngb-20020819.ebuild index b69c148f98c0..cef949a1d5db 100644 --- a/app-emulation/gngb/gngb-20020819.ebuild +++ b/app-emulation/gngb/gngb-20020819.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020819.ebuild,v 1.1 2002/10/13 19:41:59 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020819.ebuild,v 1.2 2002/11/17 22:48:28 hanno Exp $ IUSE="opengl" DESCRIPTION="gngb - Gameboy / Gameboy Color emulator" HOMEPAGE="http://membres.lycos.fr/frogus/gngb/" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc" +KEYWORDS="x86 -ppc" SLOT="0" RDEPEND="media-libs/libsdl opengl? ( virtual/opengl )" @@ -19,7 +19,7 @@ src_compile() { use opengl || myconf=" --with-gl " econf ${myconf} || die - + emake || die } -- cgit v1.2.3-65-gdbad