diff options
author | Sam James <sam@gentoo.org> | 2023-04-28 07:19:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-28 07:19:48 +0100 |
commit | 92fb1d3297a17f7bac281a2df38ab4a3ce9eee5f (patch) | |
tree | e9f59b8ba2c2db40de2a3dd43e88bf488c699200 /net-vpn | |
parent | dev-java/gson: Stabilize 2.10.1 ppc64, #905211 (diff) | |
download | gentoo-92fb1d3297a17f7bac281a2df38ab4a3ce9eee5f.tar.gz gentoo-92fb1d3297a17f7bac281a2df38ab4a3ce9eee5f.tar.bz2 gentoo-92fb1d3297a17f7bac281a2df38ab4a3ce9eee5f.zip |
net-vpn/tor: avoid maintainer mode
Fixes: 93d2cce2f2111f1c219587443a1b676ce2ff561c
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.13-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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() { |