sys-devel/parity: patches first, use eautoreconf
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 17 Jun 2019 08:56:20 +0000 (10:56 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 17 Jun 2019 08:57:00 +0000 (10:57 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
sys-devel/parity/parity-9999.ebuild

index 24a6582d4eab15ebb40f105a6756791c7b1a2743..4d5a9c12930cb2526862b7995ef56d38f9e93eb6 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
+       inherit autotools git-r3
        EGIT_REPO_URI="git@github.com:haubi/parity.git https://github.com/haubi/parity.git"
        DEPEND="dev-util/confix"
 else
@@ -26,8 +26,9 @@ IUSE="$(
 
 if [[ ${PV} == 9999 ]]; then
        src_prepare() {
-               confix --bootstrap || die
                default
+               confix --output || die
+               eautoreconf
        }
 fi