diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-02-02 03:34:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-02-02 03:34:08 +0000 |
commit | 8b32fb29c770363a0f1af2808d98ac8e689ce664 (patch) | |
tree | 0e522d1d385df20d791ee1dadb8003465603a9eb /x11-misc/vdpauinfo | |
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')
-rw-r--r-- | x11-misc/vdpauinfo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/vdpauinfo/ChangeLog b/x11-misc/vdpauinfo/ChangeLog index 6d04db2ac0a1..6e8d5deba278 100644 --- a/x11-misc/vdpauinfo/ChangeLog +++ b/x11-misc/vdpauinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/vdpauinfo -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.1 2009/10/22 15:56:19 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.2 2010/02/02 03:34:08 cardoe Exp $ + + 02 Feb 2010; Doug Goldstein <cardoe@gentoo.org> vdpauinfo-0.0.6.ebuild: + fix missing dDEPEND on pkgconfig as noticed by Nikoli <nikoli@pochta.ru>. + Fixes bug #303154 *vdpauinfo-0.0.6 (22 Oct 2009) 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() { |