diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-10-21 19:27:28 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-10-21 19:30:37 +0200 |
commit | 64bbb97132d0c1673b3f6fda568f3c2c2ac3debd (patch) | |
tree | f932003969f4ec4b8976c12ff86418d4854062ea /sys-boot | |
parent | sys-power/sandmann-bin: add 1.2, drop 1.1 (diff) | |
download | gentoo-64bbb97132d0c1673b3f6fda568f3c2c2ac3debd.tar.gz gentoo-64bbb97132d0c1673b3f6fda568f3c2c2ac3debd.tar.bz2 gentoo-64bbb97132d0c1673b3f6fda568f3c2c2ac3debd.zip |
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>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth/plymouth-22.02.122-r3.ebuild | 1 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-24.004.60-r1.ebuild | 1 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
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} |