summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 21:02:41 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 21:02:41 +0000
commit6b5835f2af847fa82d461094b991be87abbfa48d (patch)
tree90bdc10c5fbbb172401b59ce9a36f77c2e29e16d
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-6b5835f2af847fa82d461094b991be87abbfa48d.tar.gz
gentoo-2-6b5835f2af847fa82d461094b991be87abbfa48d.tar.bz2
gentoo-2-6b5835f2af847fa82d461094b991be87abbfa48d.zip
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r--x11-libs/libvdpau/ChangeLog6
-rw-r--r--x11-libs/libvdpau/libvdpau-0.7.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/libvdpau/ChangeLog b/x11-libs/libvdpau/ChangeLog
index d20d5150873f..ba3eace4da83 100644
--- a/x11-libs/libvdpau/ChangeLog
+++ b/x11-libs/libvdpau/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libvdpau
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.32 2014/06/04 09:26:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.33 2014/06/18 21:02:41 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libvdpau-0.7.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
04 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> -libvdpau-0.4.1-r1.ebuild,
-libvdpau-0.5-r1.ebuild, -libvdpau-0.5.ebuild, -libvdpau-0.6.ebuild:
diff --git a/x11-libs/libvdpau/libvdpau-0.7.ebuild b/x11-libs/libvdpau/libvdpau-0.7.ebuild
index 970ee59de006..4409b9a3f6e8 100644
--- a/x11-libs/libvdpau/libvdpau-0.7.ebuild
+++ b/x11-libs/libvdpau/libvdpau-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.7.ebuild,v 1.2 2014/06/04 09:24:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.7.ebuild,v 1.3 2014/06/18 21:02:41 mgorny Exp $
EAPI=5
inherit autotools-multilib
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"
-RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
- dri? ( x11-libs/libXext[${MULTILIB_USEDEP}] )
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
!=x11-drivers/nvidia-drivers-180*
!=x11-drivers/nvidia-drivers-185*
!=x11-drivers/nvidia-drivers-190*