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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C2251580FD for ; Sun, 22 Dec 2024 02:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09153E08A6; Sun, 22 Dec 2024 02:40:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EEAAE0821 for ; Sun, 22 Dec 2024 02:39:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C412C335D72 for ; Sun, 22 Dec 2024 02:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC001048 for ; Sun, 22 Dec 2024 02:39:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1734835189.f726ed581bbe659cddf51c0b9e7d7a395cceed7f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland-protocols/wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/wayland-protocols/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f726ed581bbe659cddf51c0b9e7d7a395cceed7f X-VCS-Branch: master Date: Sun, 22 Dec 2024 02:39:55 +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: ca29e557-1923-4bda-8abf-423cd79f6ecb X-Archives-Hash: 6d18b23a79aa6a8dd86f9749b646f3bd commit: f726ed581bbe659cddf51c0b9e7d7a395cceed7f Author: Matt Turner gentoo org> AuthorDate: Sun Dec 22 02:05:56 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 22 02:39:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f726ed58 dev-libs/wayland-protocols: Raise wayland-scanner dependency Signed-off-by: Matt Turner gentoo.org> dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index 0bdb61d9ef92..64f0b55ccbb3 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" test? ( dev-libs/wayland ) " BDEPEND=" - dev-util/wayland-scanner + >=dev-util/wayland-scanner-1.23.0 virtual/pkgconfig "