summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 03:21:25 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 03:21:25 +0000
commit1677350f96f4266a6979abe93bd38bcb42853488 (patch)
tree4f1a43f67e5deb531cbde46d4ba801a715be7e72 /sys-apps/s3switch
parentlintool fixes for #9258 (diff)
downloadgentoo-2-1677350f96f4266a6979abe93bd38bcb42853488.tar.gz
gentoo-2-1677350f96f4266a6979abe93bd38bcb42853488.tar.bz2
gentoo-2-1677350f96f4266a6979abe93bd38bcb42853488.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/s3switch')
-rw-r--r--sys-apps/s3switch/s3switch-19990826.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/s3switch/s3switch-19990826.ebuild b/sys-apps/s3switch/s3switch-19990826.ebuild
index a4ee82a51005..7144e3edd395 100644
--- a/sys-apps/s3switch/s3switch-19990826.ebuild
+++ b/sys-apps/s3switch/s3switch-19990826.ebuild
@@ -1,6 +1,6 @@
-#Copyright 2002 Gentoo Technologies, Inc.
-#Distributed under the terms of the GNU General Public License v2
-#$Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.6 2002/10/04 06:29:43 vapier Exp $
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.7 2002/10/19 03:21:24 vapier Exp $
DESCRIPTION="S3 video chipset output selection utility"
HOMEPAGE="http://www.probo.com/timr/savage40.html"
@@ -13,13 +13,13 @@ S=${WORKDIR}
RDEPEND="virtual/glibc
app-arch/unzip"
-DEPEND="$RDEPEND"
+DEPEND="${RDEPEND}"
src_compile() {
make || die
}
-src_install () {
+src_install() {
dobin s3switch
doman s3switch.1x
}