commit:     92fb1d3297a17f7bac281a2df38ab4a3ce9eee5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 06:19:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 06:19:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fb1d32

net-vpn/tor: avoid maintainer mode

Fixes: 93d2cce2f2111f1c219587443a1b676ce2ff561c
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/tor/tor-0.4.7.13-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.7.13-r1.ebuild 
b/net-vpn/tor/tor-0.4.7.13-r1.ebuild
index b553be2e1e0f..c0799853f0f6 100644
--- a/net-vpn/tor/tor-0.4.7.13-r1.ebuild
+++ b/net-vpn/tor/tor-0.4.7.13-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/torproject.org.asc
-inherit python-any-r1 readme.gentoo-r1 systemd verify-sig
+inherit autotools python-any-r1 readme.gentoo-r1 systemd verify-sig
 
 MY_PV="$(ver_rs 4 -)"
 MY_PF="${PN}-${MY_PV}"
@@ -83,6 +83,9 @@ src_prepare() {
 
        # Running shellcheck automagically isn't useful for ebuild testing.
        echo "exit 0" > scripts/maint/checkShellScripts.sh || die
+
+       # Only needed for libressl patch
+       eautoreconf
 }
 
 src_configure() {

Reply via email to