diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:16:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:16:07 +0000 |
commit | 737420b892debde3a848b5367c16dce9549b2cb0 (patch) | |
tree | 1dd3735da2b0084aa5cf331914a449e13e304dc3 /x11-libs | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-737420b892debde3a848b5367c16dce9549b2cb0.tar.gz gentoo-2-737420b892debde3a848b5367c16dce9549b2cb0.tar.bz2 gentoo-2-737420b892debde3a848b5367c16dce9549b2cb0.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!)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xvba-video/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/xvba-video/xvba-video-9999.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/x11-libs/xvba-video/ChangeLog b/x11-libs/xvba-video/ChangeLog index 91ba6c4048ec..f13bb6a8d489 100644 --- a/x11-libs/xvba-video/ChangeLog +++ b/x11-libs/xvba-video/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xvba-video # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.18 2014/03/03 18:05:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.19 2014/06/18 21:16:07 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> xvba-video-0.8.0-r2.ebuild, + xvba-video-9999.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 03 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch, diff --git a/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild b/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild index 1568bba42605..6cfda64aecde 100644 --- a/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild +++ b/x11-libs/xvba-video/xvba-video-0.8.0-r2.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/xvba-video/xvba-video-0.8.0-r2.ebuild,v 1.3 2014/03/03 18:05:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild,v 1.4 2014/06/18 21:16:07 mgorny Exp $ EAPI=5 @@ -23,8 +23,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug opengl" -RDEPEND="x11-libs/libva[X(+),opengl?,${MULTILIB_USEDEP}] - x11-libs/libvdpau[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libva-1.2.1-r1[X(+),opengl?,${MULTILIB_USEDEP}] + >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}]" DEPEND="${DEPEND} ${PYTHON_DEPS} virtual/pkgconfig diff --git a/x11-libs/xvba-video/xvba-video-9999.ebuild b/x11-libs/xvba-video/xvba-video-9999.ebuild index 3bc4db80f415..34a6360f49a2 100644 --- a/x11-libs/xvba-video/xvba-video-9999.ebuild +++ b/x11-libs/xvba-video/xvba-video-9999.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/xvba-video/xvba-video-9999.ebuild,v 1.9 2014/02/10 21:35:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.10 2014/06/18 21:16:07 mgorny Exp $ EAPI=5 @@ -22,8 +22,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug opengl" -RDEPEND="x11-libs/libva[X(+),opengl?,${MULTILIB_USEDEP}] - x11-libs/libvdpau[${MULTILIB_USEDEP}] +RDEPEND=">=x11-libs/libva-1.2.1-r1[X(+),opengl?,${MULTILIB_USEDEP}] + >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] x11-drivers/ati-drivers" DEPEND="${DEPEND} ${PYTHON_DEPS} |