diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-17 10:56:20 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-17 10:57:00 +0200 |
commit | 1d1a28efbbb132d6a4fd0687f60d306139821ce2 (patch) | |
tree | 3f97bf5e9bfd0ab6c5934aafec2165da5aa20b33 /sys-devel/parity | |
parent | profiles: add more language tags to desc/l10n.desc (diff) | |
download | gentoo-1d1a28efbbb132d6a4fd0687f60d306139821ce2.tar.gz gentoo-1d1a28efbbb132d6a4fd0687f60d306139821ce2.tar.bz2 gentoo-1d1a28efbbb132d6a4fd0687f60d306139821ce2.zip |
sys-devel/parity: patches first, use eautoreconf
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'sys-devel/parity')
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 24a6582d4eab..4d5a9c12930c 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -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 |