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 11208158042 for ; Mon, 21 Oct 2024 17:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34164E097E; Mon, 21 Oct 2024 17:30:51 +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 17964E097E for ; Mon, 21 Oct 2024 17:30:51 +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 257C1343065 for ; Mon, 21 Oct 2024 17:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678B2EA0 for ; Mon, 21 Oct 2024 17:30:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1729531837.64bbb97132d0c1673b3f6fda568f3c2c2ac3debd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/plymouth/plymouth-22.02.122-r3.ebuild sys-boot/plymouth/plymouth-24.004.60-r1.ebuild sys-boot/plymouth/plymouth-9999.ebuild X-VCS-Directories: sys-boot/plymouth/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 64bbb97132d0c1673b3f6fda568f3c2c2ac3debd X-VCS-Branch: master Date: Mon, 21 Oct 2024 17:30:48 +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: b1975710-ba5c-4074-a83c-b10fe6c162a0 X-Archives-Hash: 563d2f0395aa5aaa80091ad03d420504 commit: 64bbb97132d0c1673b3f6fda568f3c2c2ac3debd Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Oct 21 17:27:28 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Oct 21 17:30:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bbb971 sys-boot/plymouth: depend on xorg-proto with USE=pango issue is exposed in the dracut CI because it merges pango as binpkg and therefore does not merge xorg-proto which is only DEPEND there. Closes: https://github.com/dracut-ng/dracut-ng/issues/772 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-boot/plymouth/plymouth-22.02.122-r3.ebuild | 1 + sys-boot/plymouth/plymouth-24.004.60-r1.ebuild | 1 + sys-boot/plymouth/plymouth-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild b/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild index f04fc5b54382..846c04837e3e 100644 --- a/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild +++ b/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild @@ -38,6 +38,7 @@ CDEPEND=" " DEPEND="${CDEPEND} elibc_musl? ( sys-libs/rpmatch-standalone ) + pango? ( x11-base/xorg-proto ) app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig diff --git a/sys-boot/plymouth/plymouth-24.004.60-r1.ebuild b/sys-boot/plymouth/plymouth-24.004.60-r1.ebuild index 8197069df9d2..c6b3361f1b93 100644 --- a/sys-boot/plymouth/plymouth-24.004.60-r1.ebuild +++ b/sys-boot/plymouth/plymouth-24.004.60-r1.ebuild @@ -52,6 +52,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} elibc_musl? ( sys-libs/rpmatch-standalone ) + pango? ( x11-base/xorg-proto ) " RDEPEND="${COMMON_DEPEND} diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 6a3c27ebcd52..46e2f98cb6ae 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -52,6 +52,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} elibc_musl? ( sys-libs/rpmatch-standalone ) + pango? ( x11-base/xorg-proto ) " RDEPEND="${COMMON_DEPEND}