diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 13:10:13 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 13:10:13 +0000 |
commit | f6a4dcf2b77ce122f37c0ee2f6d56bc991c231b0 (patch) | |
tree | a62928e9dce6f5c691220574756970f7222b2958 | |
parent | Added KEYWORDS, SLOTS and RDEPEND for QA happiness (diff) | |
download | gentoo-2-f6a4dcf2b77ce122f37c0ee2f6d56bc991c231b0.tar.gz gentoo-2-f6a4dcf2b77ce122f37c0ee2f6d56bc991c231b0.tar.bz2 gentoo-2-f6a4dcf2b77ce122f37c0ee2f6d56bc991c231b0.zip |
QA drive, added KEYWORDS="x86" and SLOT
-rw-r--r-- | app-emulation/epsxe/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/epsxe/epsxe-1.5.2.ebuild | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-emulation/epsxe/ChangeLog b/app-emulation/epsxe/ChangeLog index 12721cdb3743..f62647caeae3 100644 --- a/app-emulation/epsxe/ChangeLog +++ b/app-emulation/epsxe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/epsxe # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/ChangeLog,v 1.2 2002/06/04 06:36:28 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/ChangeLog,v 1.3 2002/07/27 13:10:13 stubear Exp $ + +*epsxe-1.5.2 (27 Jul 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> epsxe-1.5.2.ebuild : + + Added KEYWORDS="x86" and SLOT for QA requirements. *epsxe-1.5.2 (3 June 2002) diff --git a/app-emulation/epsxe/epsxe-1.5.2.ebuild b/app-emulation/epsxe/epsxe-1.5.2.ebuild index e563e218862a..0f4e005eb3c2 100644 --- a/app-emulation/epsxe/epsxe-1.5.2.ebuild +++ b/app-emulation/epsxe/epsxe-1.5.2.ebuild @@ -1,11 +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/epsxe/epsxe-1.5.2.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/epsxe-1.5.2.ebuild,v 1.4 2002/07/27 13:10:13 stubear Exp $ S=${WORKDIR} DESCRIPTION="ePSXe Playstation Emulator" HOMEPAGE="http://www.epsxe.com" LICENSE="Freeware" +KEYWORDS="x86" +SLOT="0" use opengl && GLDEPEND="app-emulation/psemu-gpupetemesagl" use opengl || GLDEPEND="app-emulation/psemu-peopssoftgpu" |