summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 19:58:04 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 19:58:04 +0000
commitaa690fd27fcc5e1fdf0511a1be18f1a45a455494 (patch)
tree07ce63586ae6f7f8c8d8886f816c6b27019c0681 /media-libs
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-aa690fd27fcc5e1fdf0511a1be18f1a45a455494.tar.gz
gentoo-2-aa690fd27fcc5e1fdf0511a1be18f1a45a455494.tar.bz2
gentoo-2-aa690fd27fcc5e1fdf0511a1be18f1a45a455494.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 'media-libs')
-rw-r--r--media-libs/waffle/ChangeLog7
-rw-r--r--media-libs/waffle/waffle-1.3.0-r1.ebuild16
-rw-r--r--media-libs/waffle/waffle-9999.ebuild16
3 files changed, 22 insertions, 17 deletions
diff --git a/media-libs/waffle/ChangeLog b/media-libs/waffle/ChangeLog
index 2277105b996c..4053a6092d11 100644
--- a/media-libs/waffle/ChangeLog
+++ b/media-libs/waffle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/waffle
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/waffle/ChangeLog,v 1.5 2014/01/24 02:38:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/waffle/ChangeLog,v 1.6 2014/06/18 19:58:04 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> waffle-1.3.0-r1.ebuild,
+ waffle-9999.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
24 Jan 2014; Patrick Lauer <patrick@gentoo.org> waffle-1.3.0-r1.ebuild,
waffle-9999.ebuild:
diff --git a/media-libs/waffle/waffle-1.3.0-r1.ebuild b/media-libs/waffle/waffle-1.3.0-r1.ebuild
index dcf1681e994c..42c446c54218 100644
--- a/media-libs/waffle/waffle-1.3.0-r1.ebuild
+++ b/media-libs/waffle/waffle-1.3.0-r1.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/media-libs/waffle/waffle-1.3.0-r1.ebuild,v 1.3 2014/01/24 02:38:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/waffle/waffle-1.3.0-r1.ebuild,v 1.4 2014/06/18 19:58:04 mgorny Exp $
EAPI=5
@@ -27,14 +27,14 @@ SLOT="0"
IUSE="doc egl gbm test wayland"
RDEPEND="
- media-libs/mesa[egl?,gbm?,${MULTILIB_USEDEP}]
- virtual/opengl[${MULTILIB_USEDEP}]
- wayland? ( >=dev-libs/wayland-1.0[${MULTILIB_USEDEP}] )
- gbm? ( virtual/udev[${MULTILIB_USEDEP}] )
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libxcb[${MULTILIB_USEDEP}]"
+ >=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}]
+ >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+ wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
+ gbm? ( >=virtual/udev-208-r2[${MULTILIB_USEDEP}] )
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
- x11-proto/xcb-proto[${MULTILIB_USEDEP}]
+ >=x11-proto/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
doc? (
dev-libs/libxslt
app-text/docbook-xml-dtd:4.2
diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild
index 4fbc717a2263..674d7b0a6ab5 100644
--- a/media-libs/waffle/waffle-9999.ebuild
+++ b/media-libs/waffle/waffle-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/media-libs/waffle/waffle-9999.ebuild,v 1.2 2014/01/24 02:38:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/waffle/waffle-9999.ebuild,v 1.3 2014/06/18 19:58:04 mgorny Exp $
EAPI=5
@@ -27,14 +27,14 @@ SLOT="0"
IUSE="doc egl gbm test wayland"
RDEPEND="
- media-libs/mesa[egl?,gbm?,${MULTILIB_USEDEP}]
- virtual/opengl[${MULTILIB_USEDEP}]
- wayland? ( >=dev-libs/wayland-1.0[${MULTILIB_USEDEP}] )
- gbm? ( virtual/udev[${MULTILIB_USEDEP}] )
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libxcb[${MULTILIB_USEDEP}]"
+ >=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}]
+ >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+ wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
+ gbm? ( >=virtual/udev-208-r2[${MULTILIB_USEDEP}] )
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
- x11-proto/xcb-proto[${MULTILIB_USEDEP}]
+ >=x11-proto/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
doc? (
dev-libs/libxslt
app-text/docbook-xml-dtd:4.2