diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-09 19:21:16 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-09 19:21:16 +0000 |
commit | aa68fd093b61fbf1ec6b1b99da91d7d620d2a4e8 (patch) | |
tree | f114b71cbc652c1f43aeac04dcbb68c9b1f02388 /x11-misc | |
parent | Fix build with new versions of mesa, bug #533412. (diff) | |
download | gentoo-2-aa68fd093b61fbf1ec6b1b99da91d7d620d2a4e8.tar.gz gentoo-2-aa68fd093b61fbf1ec6b1b99da91d7d620d2a4e8.tar.bz2 gentoo-2-aa68fd093b61fbf1ec6b1b99da91d7d620d2a4e8.zip |
Fix x11-libs/libvdpau dep (bug #534090).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/vdpauinfo/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild (renamed from x11-misc/vdpauinfo/vdpauinfo-0.9.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/vdpauinfo/ChangeLog b/x11-misc/vdpauinfo/ChangeLog index d9287fd406ae..e1b185176585 100644 --- a/x11-misc/vdpauinfo/ChangeLog +++ b/x11-misc/vdpauinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/vdpauinfo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.7 2014/12/30 07:16:48 williamh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.8 2015/01/09 19:21:16 radhermit Exp $ + +*vdpauinfo-0.9-r1 (09 Jan 2015) + + 09 Jan 2015; Tim Harder <radhermit@gentoo.org> -vdpauinfo-0.9.ebuild, + +vdpauinfo-0.9-r1.ebuild: + Fix x11-libs/libvdpau dep (bug #534090). *vdpauinfo-0.9 (30 Dec 2014) diff --git a/x11-misc/vdpauinfo/vdpauinfo-0.9.ebuild b/x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild index 3187e7f2118d..ee15a53d3534 100644 --- a/x11-misc/vdpauinfo/vdpauinfo-0.9.ebuild +++ b/x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.9.ebuild,v 1.1 2014/12/30 07:16:48 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild,v 1.1 2015/01/09 19:21:16 radhermit Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/libX11 - x11-libs/libvdpau" + >=x11-libs/libvdpau-0.9" DEPEND="${RDEPEND} virtual/pkgconfig x11-proto/xproto" |