Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/
Date: Tue, 31 Mar 2020 20:44:15
Message-Id: 1585687441.89d3f095a715acb04ec227287feb8dd2a3b77563.mattst88@gentoo
1 commit: 89d3f095a715acb04ec227287feb8dd2a3b77563
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 31 20:31:30 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 31 20:44:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d3f095
7
8 media-libs/waffle: Bump wayland dependency
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/waffle/waffle-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild
16 index 4b2918009cf..4ae9a9bbcf9 100644
17 --- a/media-libs/waffle/waffle-9999.ebuild
18 +++ b/media-libs/waffle/waffle-9999.ebuild
19 @@ -26,7 +26,7 @@ RDEPEND="
20 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
21 >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
22 gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
23 - wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
24 + wayland? ( >=dev-libs/wayland-1.10[${MULTILIB_USEDEP}] )
25 "
26 DEPEND="${RDEPEND}
27 >=x11-base/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]