diff options
author | 2024-10-17 14:55:00 +0200 | |
---|---|---|
committer | 2024-10-17 14:55:00 +0200 | |
commit | f9c02033d5657758c53ff90e982b63cf0578b9fa (patch) | |
tree | 55777872d778989e1f2973ef4bad84bfafd6ec13 /sys-boot/plymouth/plymouth-9999.ebuild | |
parent | sys-apps/lm-sensors: add myself as a maintainer (diff) | |
download | gentoo-f9c02033d5657758c53ff90e982b63cf0578b9fa.tar.gz gentoo-f9c02033d5657758c53ff90e982b63cf0578b9fa.tar.bz2 gentoo-f9c02033d5657758c53ff90e982b63cf0578b9fa.zip |
sys-boot/plymouth: add missing dep on pango[X], cairo
Closes: https://github.com/dracut-ng/dracut-ng/issues/732
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-boot/plymouth/plymouth-9999.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 7e288731c8cb..6a3c27ebcd52 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND=" ) pango? ( x11-libs/cairo - >=x11-libs/pango-1.21 + >=x11-libs/pango-1.21[X] ) systemd? ( sys-apps/systemd ) udev? ( virtual/libudev ) |