summaryrefslogtreecommitdiff
path: root/net-p2p/monero/monero-0.15.0.5.ebuild
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-04-19 13:59:36 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-04-25 15:13:49 +0100
commit5f0bf002e4307ef6202fbbf0586454f99a32ab18 (patch)
tree432ef2f83508826ce211113d545e108a736ad212 /net-p2p/monero/monero-0.15.0.5.ebuild
parentsys-firmware/gnuk: Version bump (diff)
downloadportage-5f0bf002e4307ef6202fbbf0586454f99a32ab18.tar.xz
net-p2p/monero: support python 3.8, move to glep81
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to '')
-rw-r--r--net-p2p/monero/monero-0.15.0.5.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/net-p2p/monero/monero-0.15.0.5.ebuild b/net-p2p/monero/monero-0.15.0.5.ebuild
index 2effe7ba..820ea30e 100644
--- a/net-p2p/monero/monero-0.15.0.5.ebuild
+++ b/net-p2p/monero/monero-0.15.0.5.ebuild
@@ -3,9 +3,9 @@
EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake-utils flag-o-matic toolchain-funcs python-single-r1 user systemd
+inherit cmake-utils flag-o-matic toolchain-funcs python-single-r1 systemd
DESCRIPTION="Secure, private, untraceable cryptocurrency"
HOMEPAGE="https://getmonero.org"
@@ -37,7 +37,9 @@ RDEPEND="net-dns/unbound:=[threads]
virtual/libusb:=
dev-libs/protobuf:=
$(python_gen_cond_dep 'dev-python/protobuf-python:=[${PYTHON_MULTI_USEDEP}]')
- )"
+ )
+ acct-user/monero
+ acct-group/monero"
DEPEND="${PYTHON_DEPS}
>=dev-util/cmake-2.8.7
doc? (
@@ -61,13 +63,6 @@ PATCHES=(
CMAKE_BUILD_TYPE=Release
-pkg_setup() {
- python-single-r1_pkg_setup
-
- enewgroup monero
- enewuser monero -1 -1 /var/lib/monero monero
-}
-
src_unpack() {
default