Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opengl/
Date: Mon, 29 Jul 2019 03:46:23
Message-Id: 1564371864.105caec6052322f095a5ee26ae097798aa9b5a9e.mattst88@gentoo
1 commit: 105caec6052322f095a5ee26ae097798aa9b5a9e
2 Author: Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
3 AuthorDate: Mon Jul 29 03:39:26 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 03:44:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105caec6
7
8 virtual/opengl: Depend on media-libs/mesa[X]
9
10 Bug: https://bugs.gentoo.org/560096
11 Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 virtual/opengl/opengl-7.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/virtual/opengl/opengl-7.0-r2.ebuild b/virtual/opengl/opengl-7.0-r2.ebuild
18 index 0ec5204cb59..4283e02898b 100644
19 --- a/virtual/opengl/opengl-7.0-r2.ebuild
20 +++ b/virtual/opengl/opengl-7.0-r2.ebuild
21 @@ -11,6 +11,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~am
22
23 RDEPEND="
24 || (
25 - >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
26 + >=media-libs/mesa-9.1.6[X(+),${MULTILIB_USEDEP}]
27 dev-util/mingw64-runtime
28 )"