commit:     64bbb97132d0c1673b3f6fda568f3c2c2ac3debd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 17:27:28 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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}

Reply via email to