diff options
author | 2017-01-11 11:55:50 -0500 | |
---|---|---|
committer | 2017-01-11 11:56:03 -0500 | |
commit | fda584284ad5b2cbaa5199d507c9ec409a2bb98d (patch) | |
tree | fdde9dd5fd40a6b15336c1aa24a92f225433bdac /sys-apps/systemd | |
parent | sci-geosciences/qgis: install full set of icons and MIME types (diff) | |
download | gentoo-fda584284ad5b2cbaa5199d507c9ec409a2bb98d.tar.gz gentoo-fda584284ad5b2cbaa5199d507c9ec409a2bb98d.tar.bz2 gentoo-fda584284ad5b2cbaa5199d507c9ec409a2bb98d.zip |
sys-apps/systemd: fix patches for 231
Bug: https://bugs.gentoo.org/605396
Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-231.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-231.ebuild b/sys-apps/systemd/systemd-231.ebuild index e27e74fc084d..4a299de0cd63 100644 --- a/sys-apps/systemd/systemd-231.ebuild +++ b/sys-apps/systemd/systemd-231.ebuild @@ -162,7 +162,8 @@ src_prepare() { sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die local PATCHES=( - "${FILESDIR}/232-lz4-version.patch" + "${FILESDIR}"/232-0001-build-sys-check-for-lz4-in-the-old-and-new-numbering.patch + "${FILESDIR}"/232-0002-build-sys-add-check-for-gperf-lookup-function-signat.patch "${FILESDIR}/218-Dont-enable-audit-by-default.patch" "${FILESDIR}/228-noclean-tmp.patch" ) |