Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cogl/
Date: Sun, 31 Oct 2021 00:19:49
Message-Id: 1635639555.a53a900276847ae7176e3675627ee3422d6e99af.sam@gentoo
1 commit: a53a900276847ae7176e3675627ee3422d6e99af
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 05:38:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:19:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53a9002
7
8 media-libs/cogl: Set USE-defaults for mesa[egl,gbm]
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/cogl/{cogl-1.22.8.ebuild => cogl-1.22.8-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/cogl/cogl-1.22.8.ebuild b/media-libs/cogl/cogl-1.22.8-r1.ebuild
17 similarity index 98%
18 rename from media-libs/cogl/cogl-1.22.8.ebuild
19 rename to media-libs/cogl/cogl-1.22.8-r1.ebuild
20 index 75c0d96cf93..037d055dd7d 100644
21 --- a/media-libs/cogl/cogl-1.22.8.ebuild
22 +++ b/media-libs/cogl/cogl-1.22.8-r1.ebuild
23 @@ -40,12 +40,12 @@ COMMON_DEPEND="
24 media-libs/gst-plugins-base:1.0 )
25 introspection? ( >=dev-libs/gobject-introspection-1.34.2:= )
26 kms? (
27 - media-libs/mesa[egl,gbm]
28 + media-libs/mesa[egl(+),gbm(+)]
29 x11-libs/libdrm:= )
30 pango? ( >=x11-libs/pango-1.20.0[introspection?] )
31 wayland? (
32 >=dev-libs/wayland-1.1.90
33 - media-libs/mesa[egl,wayland] )
34 + media-libs/mesa[egl(+),wayland] )
35 "
36 # before clutter-1.7, cogl was part of clutter
37 RDEPEND="${COMMON_DEPEND}