Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Wed, 17 Oct 2018 18:25:21
Message-Id: 1539800706.0851f3aa9732ed280a3c7ffe7bd84bfca1a7fcb1.mattst88@gentoo
1 commit: 0851f3aa9732ed280a3c7ffe7bd84bfca1a7fcb1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 18:24:11 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 18:25:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0851f3aa
7
8 dev-libs/wayland: Make mesa blocker a soft one
9
10 Missed wayland-9999 in commit ef1aa1fecd6f. Noticed by Arfrever.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-libs/wayland/wayland-1.16.0.ebuild | 2 +-
15 dev-libs/wayland/wayland-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/wayland/wayland-1.16.0.ebuild b/dev-libs/wayland/wayland-1.16.0.ebuild
19 index fccfe91aa57..df8f72793cf 100644
20 --- a/dev-libs/wayland/wayland-1.16.0.ebuild
21 +++ b/dev-libs/wayland/wayland-1.16.0.ebuild
22 @@ -28,7 +28,7 @@ IUSE="doc static-libs"
23 RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
24 >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
25 dev-libs/libxml2:=
26 - !!<media-libs/mesa-18.1.1-r1"
27 + !<media-libs/mesa-18.1.1-r1"
28 DEPEND="${RDEPEND}
29 doc? (
30 >=app-doc/doxygen-1.6[dot]
31
32 diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
33 index fccfe91aa57..df8f72793cf 100644
34 --- a/dev-libs/wayland/wayland-9999.ebuild
35 +++ b/dev-libs/wayland/wayland-9999.ebuild
36 @@ -28,7 +28,7 @@ IUSE="doc static-libs"
37 RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
38 >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
39 dev-libs/libxml2:=
40 - !!<media-libs/mesa-18.1.1-r1"
41 + !<media-libs/mesa-18.1.1-r1"
42 DEPEND="${RDEPEND}
43 doc? (
44 >=app-doc/doxygen-1.6[dot]