Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sun, 19 Mar 2023 10:46:21
Message-Id: 1679222760.319107dc8142f19153fbb5617e581dd8328dd9fb.chewi@gentoo
1 commit: 319107dc8142f19153fbb5617e581dd8328dd9fb
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 10:43:41 2023 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 10:46:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319107dc
7
8 dev-libs/weston: Bump aml and neatvnc deps for 9999
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 dev-libs/weston/weston-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
16 index 6ad9c5fed5e4..771f2ee63776 100644
17 --- a/dev-libs/weston/weston-9999.ebuild
18 +++ b/dev-libs/weston/weston-9999.ebuild
19 @@ -66,8 +66,8 @@ RDEPEND="
20 )
21 systemd? ( sys-apps/systemd )
22 vnc? (
23 - =dev-libs/aml-0.2*
24 - =gui-libs/neatvnc-0.5*
25 + =dev-libs/aml-0.3*
26 + =gui-libs/neatvnc-0.6*
27 sys-libs/pam
28 )
29 webp? ( media-libs/libwebp:0= )