diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:53:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:43 +0100 |
commit | de7f908faba30c523b053d3c813dab72fcd7be53 (patch) | |
tree | 464a657c1eb17db0c7218813d3f29a848ea6deeb /net-p2p | |
parent | net-p2p/gtorrentviewer: eutils->epatch (diff) | |
download | gentoo-de7f908faba30c523b053d3c813dab72fcd7be53.tar.gz gentoo-de7f908faba30c523b053d3c813dab72fcd7be53.tar.bz2 gentoo-de7f908faba30c523b053d3c813dab72fcd7be53.zip |
net-p2p/litecoind: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoind/litecoind-0.10.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild index 7fce85154fd6..9bb6c3323dca 100644 --- a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild +++ b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 DB_VER="4.8" -inherit autotools db-use eutils flag-o-matic systemd user +inherit autotools db-use epatch flag-o-matic systemd user MyPV="${PV/_/-}" MyPN="litecoin" |