diff options
author | Sam James <sam@gentoo.org> | 2023-04-25 23:59:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 23:59:00 +0100 |
commit | 1e36eee944d232ea058b0b75f42b2dfe3cbb4827 (patch) | |
tree | 665246e30b9fe411e08e9bc316a51de230c3e433 /net-vpn | |
parent | app-portage/gpyutils: Keyword 0.9 ppc64, #905025 (diff) | |
download | gentoo-1e36eee944d232ea058b0b75f42b2dfe3cbb4827.tar.gz gentoo-1e36eee944d232ea058b0b75f42b2dfe3cbb4827.tar.bz2 gentoo-1e36eee944d232ea058b0b75f42b2dfe3cbb4827.zip |
net-vpn/tinc: avoid maintainer mode
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tinc/tinc-1.1_pre18.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-vpn/tinc/tinc-1.1_pre18.ebuild b/net-vpn/tinc/tinc-1.1_pre18.ebuild index 58f8b912f8d8..a1f6b4969f72 100644 --- a/net-vpn/tinc/tinc-1.1_pre18.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,13 +38,14 @@ PATCHES+=( src_prepare() { default - eautoreconf # Fix the static (failing UNKNOWN) version in the autoconf # NOTE: When updating the ebuild, make sure to check that this # line number hasn't changed in the upstream sources. - sed -i "6d" configure.ac - sed -i "6iAC_INIT([tinc], ${PVR})" configure.ac + sed -i "6d" configure.ac || die + sed -i "6iAC_INIT([tinc], ${PVR})" configure.ac || die + + eautoreconf } src_configure() { |