diff options
author | Sam James <sam@gentoo.org> | 2022-06-28 03:09:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-28 03:09:58 +0100 |
commit | 4c7c85f9333ee05f0f4b7ad757b562a62037fe44 (patch) | |
tree | 2cf6dc072172cec4292f8f17b74e614fa6f63cdd /sys-apps/systemd | |
parent | mate-base/mate: keyword 1.24 for ~loong (diff) | |
download | gentoo-4c7c85f9333ee05f0f4b7ad757b562a62037fe44.tar.gz gentoo-4c7c85f9333ee05f0f4b7ad757b562a62037fe44.tar.bz2 gentoo-4c7c85f9333ee05f0f4b7ad757b562a62037fe44.zip |
sys-apps/systemd: drop obsolete F_S=3 revert
Reverted upstream.
Bug: https://bugs.gentoo.org/841770
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 7f24477218f0..0b4f28e4c6b5 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -241,9 +241,6 @@ src_prepare() { # Add local patches here PATCHES+=( - # Breaks Clang. Revert the commit for now and force off F_S=3. - # bug #841770. - "${FILESDIR}/251-revert-fortify-source-3-fix.patch" ) if ! use vanilla; then |