summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2002-11-18 10:36:43 +0000
committerHanno Boeck <hanno@gentoo.org>2002-11-18 10:36:43 +0000
commita6e95581e33ee6c9e23b8ec0437c1a476a89c7f1 (patch)
treef75d869c3fe5a28eecf5a62af08091f3185258e1 /app-emulation/fceultra
parentfix depscan.sh using /usr/bin/find (diff)
downloadhistorical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.tar.gz
historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.tar.bz2
historical-a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1.zip
fix lintool warnings
Diffstat (limited to 'app-emulation/fceultra')
-rw-r--r--app-emulation/fceultra/fceultra-080.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/fceultra/fceultra-080.ebuild b/app-emulation/fceultra/fceultra-080.ebuild
index 5ef611ab87a8..3fdeb0f372a2 100644
--- a/app-emulation/fceultra/fceultra-080.ebuild
+++ b/app-emulation/fceultra/fceultra-080.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fceultra/fceultra-080.ebuild,v 1.7 2002/10/20 18:37:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fceultra/fceultra-080.ebuild,v 1.8 2002/11/18 10:36:42 hanno Exp $
SLOT="0"
KEYWORDS="x86 -ppc"
LICENSE="GPL-2"
+IUSE=""
MY_P=fceu
S=${WORKDIR}/${MY_P}
@@ -26,6 +27,6 @@ src_install() {
dobin fce
cd Documentation
dodoc LICENSE README RELEASE-NOTES fcs.txt porting.txt \
- rel/readme-linux.txt
+ rel/readme-linux.txt
}