commit: 7f39d401ccd8ca316b5e8752519c174fb2a86f40 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Aug 12 18:08:23 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Aug 12 18:08:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f39d401
net-fs/samba: remove obsolete sed for gpgme.h Closes: https://bugs.gentoo.org/961427 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-fs/samba/samba-4.20.8-r1.ebuild | 4 ---- net-fs/samba/samba-4.21.7.ebuild | 4 ---- net-fs/samba/samba-4.22.3.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/net-fs/samba/samba-4.20.8-r1.ebuild b/net-fs/samba/samba-4.20.8-r1.ebuild index ec9a9ee1ef84..8f5eefc426b3 100644 --- a/net-fs/samba/samba-4.20.8-r1.ebuild +++ b/net-fs/samba/samba-4.20.8-r1.ebuild @@ -209,10 +209,6 @@ src_prepare() { # Ugly hackaround for bug #592502 #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die - sed -e 's:<gpgme\.h>:<gpgme/gpgme.h>:' \ - -i source4/dsdb/samdb/ldb_modules/password_hash.c \ - || die - # WAF multilib_copy_sources } diff --git a/net-fs/samba/samba-4.21.7.ebuild b/net-fs/samba/samba-4.21.7.ebuild index 2cdfea3e095b..859ebf0287ff 100644 --- a/net-fs/samba/samba-4.21.7.ebuild +++ b/net-fs/samba/samba-4.21.7.ebuild @@ -208,10 +208,6 @@ src_prepare() { # Ugly hackaround for bug #592502 #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die - sed -e 's:<gpgme\.h>:<gpgme/gpgme.h>:' \ - -i source4/dsdb/samdb/ldb_modules/password_hash.c \ - || die - # bug #943942 append-cflags -std=gnu17 diff --git a/net-fs/samba/samba-4.22.3.ebuild b/net-fs/samba/samba-4.22.3.ebuild index 3fa4ed236dd8..27bc11609d6e 100644 --- a/net-fs/samba/samba-4.22.3.ebuild +++ b/net-fs/samba/samba-4.22.3.ebuild @@ -208,10 +208,6 @@ src_prepare() { # Ugly hackaround for bug #592502 #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die - sed -e 's:<gpgme\.h>:<gpgme/gpgme.h>:' \ - -i source4/dsdb/samdb/ldb_modules/password_hash.c \ - || die - # bug #943942 append-cflags -std=gnu17
