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 2316615802F for ; Sat, 11 Mar 2023 17:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64547E07F9; Sat, 11 Mar 2023 17:04:27 +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 3EC74E076B for ; Sat, 11 Mar 2023 17:04:27 +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 3B9C5340D5C for ; Sat, 11 Mar 2023 17:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6CAA8D6 for ; Sat, 11 Mar 2023 17:04:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1678554245.1afeb9a934532cdd57c04e7bbfc0d44d6f91f013.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-11.0.1.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1afeb9a934532cdd57c04e7bbfc0d44d6f91f013 X-VCS-Branch: master Date: Sat, 11 Mar 2023 17:04:24 +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: 0b0873f0-58e6-4662-947a-e76effd0b32c X-Archives-Hash: 3ff6082bebd77b8e2d2c508e20eddab5 commit: 1afeb9a934532cdd57c04e7bbfc0d44d6f91f013 Author: Aisha Tammy bsd ac> AuthorDate: Fri Feb 24 21:32:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 11 17:04:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afeb9a9 dev-libs/weston: move wayland-protocols to DEPEND only Signed-off-by: Aisha Tammy bsd.ac> Signed-off-by: Sam James gentoo.org> dev-libs/weston/weston-11.0.1.ebuild | 7 ++++--- dev-libs/weston/weston-9999.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-libs/weston/weston-11.0.1.ebuild b/dev-libs/weston/weston-11.0.1.ebuild index d3a06d276c4b..99f5f2cad8fe 100644 --- a/dev-libs/weston/weston-11.0.1.ebuild +++ b/dev-libs/weston/weston-11.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -42,7 +42,6 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-0.8.0 >=dev-libs/wayland-1.20.0 - >=dev-libs/wayland-protocols-1.24 lcms? ( >=media-libs/lcms-2.9:2 ) media-libs/libpng:0= webp? ( media-libs/libwebp:0= ) @@ -85,7 +84,9 @@ RDEPEND=" x11-libs/libXcursor ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=dev-libs/wayland-protocols-1.24 +" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 3b4017070562..6ad9c5fed5e4 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,6 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-0.8.0 >=dev-libs/wayland-1.20.0 - >=dev-libs/wayland-protocols-1.24 media-libs/libpng:0= sys-auth/seatd:= >=x11-libs/cairo-1.11.3 @@ -83,9 +82,12 @@ RDEPEND=" x11-libs/libXcursor ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=dev-libs/wayland-protocols-1.24 +" BDEPEND=" ${PYTHON_DEPS} + dev-util/wayland-scanner virtual/pkgconfig "