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 01F0B15802E for ; Mon, 1 Jul 2024 13:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C8AE2AAA; Mon, 1 Jul 2024 13:44:00 +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 9ED25E2AAA for ; Mon, 1 Jul 2024 13:44:00 +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 60D2033C1C1 for ; Mon, 1 Jul 2024 13:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 975551C93 for ; Mon, 1 Jul 2024 13:43:57 +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: <1719841206.4449c4f5895affc509c2e3adae5a72b2a54e6d53.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-13.0.0-r2.ebuild dev-libs/weston/weston-13.0.0-r3.ebuild dev-libs/weston/weston-13.0.3-r1.ebuild 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: 4449c4f5895affc509c2e3adae5a72b2a54e6d53 X-VCS-Branch: master Date: Mon, 1 Jul 2024 13:43:57 +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: 02d70df7-aebe-4fbd-82d7-7fc8a25df1cc X-Archives-Hash: 35dae8c9b827f6a8e2eae8e8f908a86f commit: 4449c4f5895affc509c2e3adae5a72b2a54e6d53 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jun 30 14:53:55 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jul 1 13:40:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4449c4f5 dev-libs/weston: Add missing libdisplay-info dependency This is optional, so it wasn't failing builds before, but automagic is bad. I haven't added a USE flag because it will eventually become mandatory. Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/{weston-13.0.0-r2.ebuild => weston-13.0.0-r3.ebuild} | 3 ++- dev-libs/weston/{weston-13.0.0-r2.ebuild => weston-13.0.3-r1.ebuild} | 4 +++- dev-libs/weston/weston-9999.ebuild | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild b/dev-libs/weston/weston-13.0.0-r3.ebuild similarity index 97% copy from dev-libs/weston/weston-13.0.0-r2.ebuild copy to dev-libs/weston/weston-13.0.0-r3.ebuild index 1094abbbb6f3..2ab5833684f4 100644 --- a/dev-libs/weston/weston-13.0.0-r2.ebuild +++ b/dev-libs/weston/weston-13.0.0-r3.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" fi LICENSE="MIT CC-BY-SA-3.0" @@ -41,6 +41,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-1.2.0 >=dev-libs/wayland-1.22.0 + =media-libs/libdisplay-info-0.1*:= media-libs/libpng:0= sys-auth/seatd:= >=x11-libs/cairo-1.11.3 diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild b/dev-libs/weston/weston-13.0.3-r1.ebuild similarity index 96% rename from dev-libs/weston/weston-13.0.0-r2.ebuild rename to dev-libs/weston/weston-13.0.3-r1.ebuild index 1094abbbb6f3..b03a284e1eac 100644 --- a/dev-libs/weston/weston-13.0.0-r2.ebuild +++ b/dev-libs/weston/weston-13.0.3-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="MIT CC-BY-SA-3.0" @@ -41,6 +41,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-1.2.0 >=dev-libs/wayland-1.22.0 + =media-libs/libdisplay-info-0.1*:= media-libs/libpng:0= sys-auth/seatd:= >=x11-libs/cairo-1.11.3 @@ -95,6 +96,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-neatvnc-0.8.patch + "${FILESDIR}"/${PN}-musl-basename.patch ) python_check_deps() { diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index d88255844b74..84ea1f937e3b 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-1.2.0 >=dev-libs/wayland-1.22.0 + =media-libs/libdisplay-info-0.1*:= media-libs/libpng:0= sys-auth/seatd:= >=x11-libs/cairo-1.11.3