summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-01-03 13:14:18 -0500
committerMike Gilbert <floppym@gentoo.org>2017-01-03 13:15:00 -0500
commitd8a4eca97c26279ab339be03dd587ff25644d851 (patch)
tree46c5238e319d4cdd537951b6652a94d1b0a08d9a /sys-apps/systemd/systemd-231.ebuild
parentprofiles: Whitespace (diff)
downloadgentoo-d8a4eca97c26279ab339be03dd587ff25644d851.tar.gz
gentoo-d8a4eca97c26279ab339be03dd587ff25644d851.tar.bz2
gentoo-d8a4eca97c26279ab339be03dd587ff25644d851.zip
sys-apps/systemd: backport lz4 version check fix
226 does not check the version at all, so skip it. Bug: https://bugs.gentoo.org/595210 Package-Manager: Portage-2.3.3_p13, Repoman-2.3.1_p6
Diffstat (limited to 'sys-apps/systemd/systemd-231.ebuild')
-rw-r--r--sys-apps/systemd/systemd-231.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-231.ebuild b/sys-apps/systemd/systemd-231.ebuild
index 1561160a017d..e27e74fc084d 100644
--- a/sys-apps/systemd/systemd-231.ebuild
+++ b/sys-apps/systemd/systemd-231.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -162,6 +162,7 @@ src_prepare() {
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
local PATCHES=(
+ "${FILESDIR}/232-lz4-version.patch"
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
)