summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 03:45:42 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 03:45:42 +0000
commit0f38da9ad341b1f6c277142878707ec947bb6057 (patch)
tree9f0bf0f9af3a168b4997181814d84c7ff7b09d18 /app-misc/i810switch
parentQA - fix use invocation (Manifest recommit) (diff)
downloadgentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.tar.gz
gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.tar.bz2
gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/i810switch')
-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
}