mgorny 14/06/18 21:02:41 Modified: libvdpau-0.7.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.3 x11-libs/libvdpau/libvdpau-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.7.ebuild?r1=1.2&r2=1.3 Index: libvdpau-0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libvdpau-0.7.ebuild 4 Jun 2014 09:24:46 -0000 1.2 +++ libvdpau-0.7.ebuild 18 Jun 2014 21:02:41 -0000 1.3 @@ -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 @@ 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* 1.33 x11-libs/libvdpau/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 4 Jun 2014 09:26:04 -0000 1.32 +++ ChangeLog 18 Jun 2014 21:02:41 -0000 1.33 @@ -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 <[email protected]> libvdpau-0.7.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 04 Jun 2014; Samuli Suominen <[email protected]> -libvdpau-0.4.1-r1.ebuild, -libvdpau-0.5-r1.ebuild, -libvdpau-0.5.ebuild, -libvdpau-0.6.ebuild:
