diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-14 22:56:57 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-14 22:56:57 +0100 |
commit | f484f767348ba01d24b327e717d4fcf746e9383d (patch) | |
tree | 218ba9dc0d42e5dbe57468d1bf44bc8268a26cd7 /app-crypt | |
parent | net-p2p/monero: unnecessary executable bit: 'files/monerod.initd' (diff) | |
download | portage-f484f767348ba01d24b327e717d4fcf746e9383d.tar.xz |
app-crypt/vanitysearch: update EAPI 7 -> 8
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/vanitysearch/vanitysearch-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/vanitysearch/vanitysearch-1.15.ebuild b/app-crypt/vanitysearch/vanitysearch-1.15.ebuild index c76a67c2..5d2b141c 100644 --- a/app-crypt/vanitysearch/vanitysearch-1.15.ebuild +++ b/app-crypt/vanitysearch/vanitysearch-1.15.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -inherit toolchain-funcs flag-o-matic +EAPI=8 +inherit toolchain-funcs DESCRIPTION="Bitcoin address prefix finder" HOMEPAGE="https://github.com/JeanLucPons/VanitySearch" |