diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-03-26 23:26:14 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-03-26 23:27:36 +0200 |
commit | 82e28a221180a706ee27eefc2ecd25276775060a (patch) | |
tree | d48f8c8ff5da07a769b19a8405ca5a44e8fc16c9 /sys-apps | |
parent | profiles: Cancel last-rite of games-strategy/maxr (diff) | |
download | gentoo-82e28a221180a706ee27eefc2ecd25276775060a.tar.gz gentoo-82e28a221180a706ee27eefc2ecd25276775060a.tar.bz2 gentoo-82e28a221180a706ee27eefc2ecd25276775060a.zip |
sys-apps/systemd: Apply libmount include fix to latest revision too
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-238-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-238-r2.ebuild b/sys-apps/systemd/systemd-238-r2.ebuild index 36cd5bf7222e..a6d00af1933d 100644 --- a/sys-apps/systemd/systemd-238-r2.ebuild +++ b/sys-apps/systemd/systemd-238-r2.ebuild @@ -150,6 +150,7 @@ src_prepare() { local PATCHES=( "${FILESDIR}/238-0001-sd-bus-do-not-try-to-close-already-closed-fd-8392.patch" "${FILESDIR}/238-0002-core-do-not-free-heap-allocated-strings-8391.patch" + "${FILESDIR}/238-libmount-include.patch" "${FILESDIR}/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch" ) |