commit: 9d2ad372ed067b06394ab176b7ae76e56f71253b Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sun Jan 30 07:00:00 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Feb 1 18:10:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ad372
net-libs/neon: Delete obsolete code https://github.com/notroj/neon/commit/44912d221f9b49c45684a7ee523e7e781c8b78bf https://github.com/notroj/neon/commit/943fdea78fd3d293841e151783e7ecbbd2c39035 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-libs/neon/neon-0.32.2.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild index af48c195905c..5b8c581eca2c 100644 --- a/net-libs/neon/neon-0.32.2.ebuild +++ b/net-libs/neon/neon-0.32.2.ebuild @@ -39,12 +39,6 @@ MULTILIB_CHOST_TOOLS=( DOCS=( AUTHORS BUGS NEWS README.md THANKS TODO ) src_prepare() { - # Use CHOST-prefixed version of xml2-config for cross-compilation. - sed -e "s/AC_CHECK_PROG(XML2_CONFIG,/AC_CHECK_TOOL(XML2_CONFIG,/" -i macros/neon-xml-parser.m4 || die "sed failed" - - # Fix compatibility with OpenSSL >=1.1. - sed -e "s/RSA_F_RSA_PRIVATE_ENCRYPT/RSA_F_RSA_OSSL_PRIVATE_ENCRYPT/" -i src/ne_pkcs11.c || die "sed failed" - eapply_user AT_M4DIR="macros" eautoreconf
