diff options
author | 2010-02-02 03:34:08 +0000 | |
---|---|---|
committer | 2010-02-02 03:34:08 +0000 | |
commit | 8b32fb29c770363a0f1af2808d98ac8e689ce664 (patch) | |
tree | 0e522d1d385df20d791ee1dadb8003465603a9eb /x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild | |
parent | Disable debug line. (diff) | |
download | gentoo-2-8b32fb29c770363a0f1af2808d98ac8e689ce664.tar.gz gentoo-2-8b32fb29c770363a0f1af2808d98ac8e689ce664.tar.bz2 gentoo-2-8b32fb29c770363a0f1af2808d98ac8e689ce664.zip |
fix missing dDEPEND on pkgconfig as noticed by Nikoli <nikoli@pochta.ru>. Fixes bug #303154
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild')
-rw-r--r-- | x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild b/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild index ab43296d9dc3..e1c03f0f62a0 100644 --- a/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild +++ b/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.1 2009/10/22 15:56:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.2 2010/02/02 03:34:08 cardoe Exp $ EAPI="2" @@ -16,6 +16,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libvdpau" DEPEND="${RDEPEND} + dev-util/pkgconfig x11-proto/xproto" src_install() { |