diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-08-18 00:40:26 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-08-18 00:41:45 +0200 |
commit | 0bb05cf38855b0e72b6ce7c8a16b1401cb70f097 (patch) | |
tree | 622d7ff6df954e0c978a7b9b3db024092842b614 /sys-boot/plymouth/plymouth-9999.ebuild | |
parent | gnome-extra/gnome-contacts: fix build with vala-0.35+, bug #627986 (diff) | |
download | gentoo-0bb05cf38855b0e72b6ce7c8a16b1401cb70f097.tar.gz gentoo-0bb05cf38855b0e72b6ce7c8a16b1401cb70f097.tar.bz2 gentoo-0bb05cf38855b0e72b6ce7c8a16b1401cb70f097.zip |
sys-boot/plymouth: fix build with newer glibc, bug #604480
Fix missing dependency on xsltproc and XSL stylesheets as required to
build man pages, bug #628078.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'sys-boot/plymouth/plymouth-9999.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 45f6e2cec40a..49ce1012fe83 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/sys-boot/plymouth/gentoo-logo.png" +SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth" @@ -47,6 +47,7 @@ DOC_CONTENTS=" " PATCHES=( + "${FILESDIR}"/0.9.3-glibc-sysmacros.patch ) src_configure() { |