diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-11-18 14:00:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-11-18 14:00:26 +0000 |
commit | c572e5f5ecb21806d2406fbcc85804d00786808f (patch) | |
tree | 2f1d364a1c1345fe58c234b352a0920397815c8c /app-laptop/radeontool/radeontool-1.6.3.ebuild | |
parent | rdep cgi has ~ppc ~sparc ~x86 keywords (diff) | |
download | gentoo-2-c572e5f5ecb21806d2406fbcc85804d00786808f.tar.gz gentoo-2-c572e5f5ecb21806d2406fbcc85804d00786808f.tar.bz2 gentoo-2-c572e5f5ecb21806d2406fbcc85804d00786808f.zip |
Add missing dep, bug 409421
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-laptop/radeontool/radeontool-1.6.3.ebuild')
-rw-r--r-- | app-laptop/radeontool/radeontool-1.6.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-laptop/radeontool/radeontool-1.6.3.ebuild b/app-laptop/radeontool/radeontool-1.6.3.ebuild index 27ff317bf798..95c5d92aa015 100644 --- a/app-laptop/radeontool/radeontool-1.6.3.ebuild +++ b/app-laptop/radeontool/radeontool-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.6.3.ebuild,v 1.2 2012/11/18 13:35:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.6.3.ebuild,v 1.3 2012/11/18 14:00:26 pacho Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=x11-libs/libpciaccess-0.12.0" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_install() { emake install DESTDIR="${D}" |