summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/i810switch/i810switch-0.6.2.ebuild')
-rw-r--r--app-misc/i810switch/i810switch-0.6.2.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/app-misc/i810switch/i810switch-0.6.2.ebuild b/app-misc/i810switch/i810switch-0.6.2.ebuild
index 138bf2733929..54ad01761271 100644
--- a/app-misc/i810switch/i810switch-0.6.2.ebuild
+++ b/app-misc/i810switch/i810switch-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.2.ebuild,v 1.4 2004/06/24 22:15:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.2.ebuild,v 1.5 2004/06/28 03:40:49 vapier Exp $
DESCRIPTION="A utility for switching the LCD and external VGA displays on and off"
HOMEPAGE="http://vorlon.ces.cwru.edu/~ames/i810switch/"
@@ -8,18 +8,17 @@ SRC_URI="http://vorlon.ces.cwru.edu/~ames/i810switch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-alpha -hppa -mips -sparc x86"
+KEYWORDS="-* x86"
IUSE=""
-DEPEND="virtual/glibc"
+
+DEPEND="virtual/libc"
RDEPEND="sys-apps/pciutils"
-src_compile()
-{
+src_compile() {
emake || die "compile failed"
}
-src_install()
-{
+src_install() {
make DESTDIR=${D} install || die "install failed"
dodoc AUTHORS ChangeLog README TODO
}