diff options
Diffstat (limited to 'app-emulation/gngb/gngb-20020111.ebuild')
-rw-r--r-- | app-emulation/gngb/gngb-20020111.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/gngb/gngb-20020111.ebuild b/app-emulation/gngb/gngb-20020111.ebuild index 96972854ca98..28872a29ee17 100644 --- a/app-emulation/gngb/gngb-20020111.ebuild +++ b/app-emulation/gngb/gngb-20020111.ebuild @@ -1,12 +1,14 @@ # 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.2 2002/06/18 23:28:01 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.3 2002/07/27 13:47:52 stubear Exp $ DESCRIPTION="gngb - Gameboy / Gameboy Color emulator" HOMEPAGE="http://members.lycos.fr/frogus/gngb/" LICENSE="GPL" +KEYWORDS="x86" +SLOT="0" RDEPEND="media-libs/libsdl - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl )" DEPEND="${RDEPEND}" SRC_URI="http://membres.lycos.fr/frogus/gngb/download/${P}.tar.gz" S=${WORKDIR}/${P} |