diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 13:47:52 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 13:47:52 +0000 |
commit | 7646e877f8049f51b7ee59d529c7f23c810810ee (patch) | |
tree | 26dacd2827ad9380f83f879ef1ee07561a8b6576 /app-emulation | |
parent | QA drive, added SLOT, LICENSE, and KEYWORDS="x86" (diff) | |
download | historical-7646e877f8049f51b7ee59d529c7f23c810810ee.tar.gz historical-7646e877f8049f51b7ee59d529c7f23c810810ee.tar.bz2 historical-7646e877f8049f51b7ee59d529c7f23c810810ee.zip |
QA Drive, added KEYWORDS and Slot
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/gngb/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/gngb/gngb-20020111.ebuild | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-emulation/gngb/ChangeLog b/app-emulation/gngb/ChangeLog index 55342054b332..7371ad756945 100644 --- a/app-emulation/gngb/ChangeLog +++ b/app-emulation/gngb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/gngb # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/ChangeLog,v 1.1 2002/06/18 23:27:32 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/ChangeLog,v 1.2 2002/07/27 13:47:52 stubear Exp $ + +*gngb-20020111 (27 Jul 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> gngb-20020111.ebuild : + + Added KEYWORS="x86" and SLOT to bring ebuild in line with QA. *gngb-20020111 (18 Jun 2002) 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} |