diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:12:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:12:26 +0000 |
commit | bdc90cdcb1e598f20d3d662e62ad275d051c9d17 (patch) | |
tree | 2efe5703849eb0f1e584c4dedeae6bbd37db5621 /x11-libs/libXvMC | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-bdc90cdcb1e598f20d3d662e62ad275d051c9d17.tar.gz gentoo-2-bdc90cdcb1e598f20d3d662e62ad275d051c9d17.tar.bz2 gentoo-2-bdc90cdcb1e598f20d3d662e62ad275d051c9d17.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/libXvMC')
-rw-r--r-- | x11-libs/libXvMC/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXvMC/libXvMC-1.0.8.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/libXvMC/ChangeLog b/x11-libs/libXvMC/ChangeLog index 9b242a867548..9aeb5da2e4c9 100644 --- a/x11-libs/libXvMC/ChangeLog +++ b/x11-libs/libXvMC/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXvMC # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.79 2014/03/26 12:59:49 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.80 2014/06/18 21:12:26 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXvMC-1.0.8.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> -libXvMC-1.0.6.ebuild, -libXvMC-1.0.7-r1.ebuild, -libXvMC-1.0.7.ebuild: diff --git a/x11-libs/libXvMC/libXvMC-1.0.8.ebuild b/x11-libs/libXvMC/libXvMC-1.0.8.ebuild index c9824be70da7..2febf5fac29c 100644 --- a/x11-libs/libXvMC/libXvMC-1.0.8.ebuild +++ b/x11-libs/libXvMC/libXvMC-1.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/libXvMC-1.0.8.ebuild,v 1.10 2013/10/08 05:08:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/libXvMC-1.0.8.ebuild,v 1.11 2014/06/18 21:12:26 mgorny Exp $ EAPI=5 @@ -12,10 +12,10 @@ DESCRIPTION="X.Org XvMC library" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" -RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libXv[${MULTILIB_USEDEP}] - x11-proto/videoproto[${MULTILIB_USEDEP}] - x11-proto/xproto[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] + >=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" PDEPEND="app-admin/eselect-xvmc" |