summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-16 04:40:40 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-16 04:40:40 +0000
commit800d7257e31f433e0c416979ae025eab388839a6 (patch)
tree3642232219196d8a10d6d4633c209385d7a12832 /app-emulation
parentStable for PPC64 (bug #544792). (diff)
downloadgentoo-2-800d7257e31f433e0c416979ae025eab388839a6.tar.gz
gentoo-2-800d7257e31f433e0c416979ae025eab388839a6.tar.bz2
gentoo-2-800d7257e31f433e0c416979ae025eab388839a6.zip
Require mesa[gles2] for USE=opengl to match upstream #549558 by Michal Privoznik.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog6
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index fc9d4afc07e6..81ae910eadd2 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/qemu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.329 2015/05/14 07:09:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.330 2015/05/16 04:40:40 vapier Exp $
+
+ 16 May 2015; Mike Frysinger <vapier@gentoo.org> qemu-9999.ebuild:
+ Require mesa[gles2] for USE=opengl to match upstream #549558 by Michal
+ Privoznik.
14 May 2015; Agostino Sarubbo <ago@gentoo.org>
-files/qemu-2.1.1-readlink-self.patch,
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 9855c6d66bff..a71993193884 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.99 2015/05/14 02:19:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.100 2015/05/16 04:40:40 vapier Exp $
EAPI=5
@@ -124,7 +124,10 @@ CDEPEND="
x11-libs/vte:2.90
)
iscsi? ( net-libs/libiscsi )
- opengl? ( virtual/opengl )
+ opengl? (
+ virtual/opengl
+ media-libs/mesa[gles2]
+ )
pulseaudio? ( media-sound/pulseaudio )
python? ( ${PYTHON_DEPS} )
sdl? (