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@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-10-21 19:27:28 +02:00
parent 6a1b0ee172
commit 64bbb97132
3 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -52,6 +52,7 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
elibc_musl? ( sys-libs/rpmatch-standalone )
pango? ( x11-base/xorg-proto )
"
RDEPEND="${COMMON_DEPEND}

View File

@@ -52,6 +52,7 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
elibc_musl? ( sys-libs/rpmatch-standalone )
pango? ( x11-base/xorg-proto )
"
RDEPEND="${COMMON_DEPEND}