diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:40:28 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:08 +0100 |
commit | ed271b9142f0b532af425aba582391398b008b00 (patch) | |
tree | cb7ccccb2d96748eab466285de3d6f6f3974b725 | |
parent | app-crypt/trezord: move to EAPI 7 (diff) | |
download | portage-ed271b9142f0b532af425aba582391398b008b00.tar.xz |
app-crypt/vanitysearch: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | app-crypt/vanitysearch/vanitysearch-1.15.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-crypt/vanitysearch/vanitysearch-1.15.ebuild b/app-crypt/vanitysearch/vanitysearch-1.15.ebuild index 7e28c466..c76a67c2 100644 --- a/app-crypt/vanitysearch/vanitysearch-1.15.ebuild +++ b/app-crypt/vanitysearch/vanitysearch-1.15.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs flag-o-matic DESCRIPTION="Bitcoin address prefix finder" @@ -13,9 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - S="${WORKDIR}/VanitySearch-${PV}" src_prepare() { |