Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Sat, 26 Jun 2021 20:52:28
Message-Id: 1624740741.fb3e68007c1d2eff2b050d437cb281e78d2b22a0.prometheanfire@gentoo
1 commit: fb3e68007c1d2eff2b050d437cb281e78d2b22a0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 26 20:52:07 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 20:52:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3e6800
7
8 gui-libs/wlroots: update meson dep
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/wlroots-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
17 index cb80b4e42fd..37d74dc3843 100644
18 --- a/gui-libs/wlroots/wlroots-9999.ebuild
19 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
20 @@ -44,7 +44,7 @@ RDEPEND="
21 "
22 BDEPEND="
23 >=dev-libs/wayland-protocols-1.17
24 - >=dev-util/meson-0.56.0
25 + >=dev-util/meson-0.58.1
26 virtual/pkgconfig
27 "