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 F08E5158004 for ; Mon, 22 Jan 2024 03:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F26E29D3; Mon, 22 Jan 2024 03:59:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57DB0E29C6 for ; Mon, 22 Jan 2024 03:59:31 +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 4B6723431B8 for ; Mon, 22 Jan 2024 03:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8353B1474 for ; Mon, 22 Jan 2024 03:59:28 +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: <1705895964.97cfb9f819443efbbf6440f30835841792cefa5a.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-1.33.ebuild 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: 97cfb9f819443efbbf6440f30835841792cefa5a X-VCS-Branch: master Date: Mon, 22 Jan 2024 03:59:28 +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: 12a1240d-4b7c-4375-b35f-fbb04fc9de05 X-Archives-Hash: e20d002e37d3acf92fd91ae9fe3b1135 commit: 97cfb9f819443efbbf6440f30835841792cefa5a Author: Leonardo Hernández Hernández proton me> AuthorDate: Mon Jan 22 02:44:34 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 22 03:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cfb9f8 dev-libs/wayland-protocols: fix EmptyGlobalAssignment Signed-off-by: Leonardo Hernández Hernández proton.me> Closes: https://github.com/gentoo/gentoo/pull/34953 Signed-off-by: Matt Turner gentoo.org> dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 1 - dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild index 5385cc4b3ff1..7310be696158 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild @@ -24,7 +24,6 @@ RESTRICT="!test? ( test )" DEPEND=" test? ( dev-libs/wayland ) " -RDEPEND="" BDEPEND=" dev-util/wayland-scanner virtual/pkgconfig diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index 4eff41270cb0..7310be696158 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,6 @@ RESTRICT="!test? ( test )" DEPEND=" test? ( dev-libs/wayland ) " -RDEPEND="" BDEPEND=" dev-util/wayland-scanner virtual/pkgconfig