diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:44:19 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:44:19 +0000 |
commit | fb738fd38afcde754282ccb0a9245efcbb679de5 (patch) | |
tree | 2442a0a2d417dc3ffb3a64c4574771a28113e033 /app-laptop/radeontool | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-fb738fd38afcde754282ccb0a9245efcbb679de5.tar.gz gentoo-2-fb738fd38afcde754282ccb0a9245efcbb679de5.tar.bz2 gentoo-2-fb738fd38afcde754282ccb0a9245efcbb679de5.zip |
QA - Add IUSE.
Diffstat (limited to 'app-laptop/radeontool')
-rw-r--r-- | app-laptop/radeontool/radeontool-1.0.ebuild | 3 | ||||
-rw-r--r-- | app-laptop/radeontool/radeontool-1.2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-laptop/radeontool/radeontool-1.0.ebuild b/app-laptop/radeontool/radeontool-1.0.ebuild index 2d61b812b814..f175296d0770 100644 --- a/app-laptop/radeontool/radeontool-1.0.ebuild +++ b/app-laptop/radeontool/radeontool-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.0.ebuild,v 1.1 2004/03/08 05:40:31 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.0.ebuild,v 1.2 2004/06/14 08:39:57 kloeri Exp $ DESCRIPTION="Control the backlight and external video output of ATI Radeon Mobility graphics cards" HOMEPAGE="http://fdd.com/software/radeon/" @@ -8,6 +8,7 @@ SRC_URI="http://fdd.com/software/radeon/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="sys-apps/pciutils" S=${WORKDIR} diff --git a/app-laptop/radeontool/radeontool-1.2.ebuild b/app-laptop/radeontool/radeontool-1.2.ebuild index 8c6811f6d53b..a4e35b7dc5ef 100644 --- a/app-laptop/radeontool/radeontool-1.2.ebuild +++ b/app-laptop/radeontool/radeontool-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.2.ebuild,v 1.1 2004/03/08 05:40:31 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.2.ebuild,v 1.2 2004/06/14 08:39:57 kloeri Exp $ DESCRIPTION="Control the backlight and external video output of ATI Radeon Mobility graphics cards" HOMEPAGE="http://fdd.com/software/radeon/" @@ -8,6 +8,7 @@ SRC_URI="http://fdd.com/software/radeon/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="sys-apps/pciutils" src_compile() { |