summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild')
-rw-r--r--net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
index ae5b2d66fa4b..7a6224bf33d8 100644
--- a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,6 @@ DEPEND="
dev-libs/gmp:=
dev-libs/jansson:=
>=net-misc/curl-7.15[ssl]
- dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then
@@ -41,7 +40,7 @@ src_install() {
default
systemd_dounit "${FILESDIR}"/${PN}.service
insinto "/etc/${PN}"
- doins cpuminer-conf.json
+ newins config-template.json cpuminer-conf.json
}
src_test() {