diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-06-03 02:13:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-06-03 10:16:55 -0400 |
commit | e847fef0dd6e05dbf510eae5aa4939130bed0c34 (patch) | |
tree | 55907b0c99b52e7fcd236aa8898587f3f04f02d7 /sys-apps/systemd-utils | |
parent | profiles: mask dev-libs/imath-3.1.7 due to upstream breakage (diff) | |
download | gentoo-e847fef0dd6e05dbf510eae5aa4939130bed0c34.tar.gz gentoo-e847fef0dd6e05dbf510eae5aa4939130bed0c34.tar.bz2 gentoo-e847fef0dd6e05dbf510eae5aa4939130bed0c34.zip |
sys-apps/systemd-utils: remove lfs patch for 253.5
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31280
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-253.5.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild index f196ebea3aa4..501135f61291 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild @@ -122,9 +122,6 @@ src_prepare() { if use elibc_musl; then PATCHES+=( "${WORKDIR}/${MUSL_PATCHSET}" - # The LFS patch should be fine unconditionally but - # let's keep it conditional until merged upstream. - "${FILESDIR}"/${PN}-253.4-musl-lfs.patch ) fi default |