mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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
|
||||
|
||||
@@ -52,6 +52,7 @@ COMMON_DEPEND="
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
elibc_musl? ( sys-libs/rpmatch-standalone )
|
||||
pango? ( x11-base/xorg-proto )
|
||||
"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
|
||||
@@ -52,6 +52,7 @@ COMMON_DEPEND="
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
elibc_musl? ( sys-libs/rpmatch-standalone )
|
||||
pango? ( x11-base/xorg-proto )
|
||||
"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
|
||||
Reference in New Issue
Block a user