From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A7E415A7D9 for ; Sun, 19 Mar 2023 10:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0213E0896; Sun, 19 Mar 2023 10:46:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B87FFE0896 for ; Sun, 19 Mar 2023 10:46:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAAAF340DE5 for ; Sun, 19 Mar 2023 10:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BDF28E5 for ; Sun, 19 Mar 2023 10:46:18 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1679222760.319107dc8142f19153fbb5617e581dd8328dd9fb.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 319107dc8142f19153fbb5617e581dd8328dd9fb X-VCS-Branch: master Date: Sun, 19 Mar 2023 10:46:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f69b9488-c12f-4872-bc00-aa61b0f56337 X-Archives-Hash: 516be9d9de6f24283092a5000da0d1f3 commit: 319107dc8142f19153fbb5617e581dd8328dd9fb Author: James Le Cuirot gentoo org> AuthorDate: Sun Mar 19 10:43:41 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 19 10:46:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319107dc dev-libs/weston: Bump aml and neatvnc deps for 9999 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/weston-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 6ad9c5fed5e4..771f2ee63776 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -66,8 +66,8 @@ RDEPEND=" ) systemd? ( sys-apps/systemd ) vnc? ( - =dev-libs/aml-0.2* - =gui-libs/neatvnc-0.5* + =dev-libs/aml-0.3* + =gui-libs/neatvnc-0.6* sys-libs/pam ) webp? ( media-libs/libwebp:0= )