summaryrefslogtreecommitdiff
path: root/net-p2p/monero/monero-0.15.0.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero/monero-0.15.0.5.ebuild')
-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