diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
commit | ed34e375961396c31c32ea54685059966d51665e (patch) | |
tree | 318409b3268d5b5cf241ef4ccc6ea1c977e22b7c /app-misc/i810switch | |
parent | QA - fix use invocation (diff) | |
download | historical-ed34e375961396c31c32ea54685059966d51665e.tar.gz historical-ed34e375961396c31c32ea54685059966d51665e.tar.bz2 historical-ed34e375961396c31c32ea54685059966d51665e.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.ebuild | 13 |
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 } |