diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-18 10:36:43 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-18 10:36:43 +0000 |
commit | a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1 (patch) | |
tree | f75d869c3fe5a28eecf5a62af08091f3185258e1 /app-emulation/epsxe/epsxe-1.5.2.ebuild | |
parent | fix depscan.sh using /usr/bin/find (diff) | |
download | historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.tar.gz historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.tar.bz2 historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.zip |
fix lintool warnings
Diffstat (limited to 'app-emulation/epsxe/epsxe-1.5.2.ebuild')
-rw-r--r-- | app-emulation/epsxe/epsxe-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/epsxe/epsxe-1.5.2.ebuild b/app-emulation/epsxe/epsxe-1.5.2.ebuild index aa9ddefa7371..fbb6cda75c15 100644 --- a/app-emulation/epsxe/epsxe-1.5.2.ebuild +++ b/app-emulation/epsxe/epsxe-1.5.2.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/epsxe/epsxe-1.5.2.ebuild,v 1.7 2002/10/17 13:45:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/epsxe/epsxe-1.5.2.ebuild,v 1.8 2002/11/18 10:36:42 hanno Exp $ S=${WORKDIR} DESCRIPTION="ePSXe Playstation Emulator" HOMEPAGE="http://www.epsxe.com" LICENSE="freedist" KEYWORDS="x86 -ppc" -SLOT="0" +SLOT="0" IUSE="opengl" use opengl && GLDEPEND="app-emulation/psemu-gpupetemesagl" |