summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2002-11-17 22:48:28 +0000
committerHanno Boeck <hanno@gentoo.org>2002-11-17 22:48:28 +0000
commit8bb462bc24f65466edaa2e23cde5c97402259941 (patch)
treebc2890bb74d2c4e8ac5319c79dbc0869de7a58d9 /app-emulation/gngb
parentfix emake to make (diff)
downloadhistorical-8bb462bc24f65466edaa2e23cde5c97402259941.tar.gz
historical-8bb462bc24f65466edaa2e23cde5c97402259941.tar.bz2
historical-8bb462bc24f65466edaa2e23cde5c97402259941.zip
changed ~x86 to x86 and fixed lintool-warnings.
Diffstat (limited to 'app-emulation/gngb')
-rw-r--r--app-emulation/gngb/gngb-20020111.ebuild6
-rw-r--r--app-emulation/gngb/gngb-20020819.ebuild6
2 files changed, 6 insertions, 6 deletions
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
}