Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoind/
Date: Thu, 17 Jun 2021 20:32:49
Message-Id: 1623961923.6615ccb555f295e7f159a5fc9723e6f81ebfa608.whissi@gentoo
1 commit: 6615ccb555f295e7f159a5fc9723e6f81ebfa608
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 20:12:45 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 20:32:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6615ccb5
7
8 net-p2p/litecoind: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-p2p/litecoind/litecoind-0.10.4.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-p2p/litecoind/litecoind-0.10.4.0-r1.ebuild b/net-p2p/litecoind/litecoind-0.10.4.0-r1.ebuild
17 index 47158fa5e56..3e3d5494688 100644
18 --- a/net-p2p/litecoind/litecoind-0.10.4.0-r1.ebuild
19 +++ b/net-p2p/litecoind/litecoind-0.10.4.0-r1.ebuild
20 @@ -26,7 +26,7 @@ RDEPEND="
21 acct-user/litecoin
22 dev-libs/boost:=[threads(+)]
23 dev-libs/leveldb:=
24 - dev-libs/openssl:0[-bindist]
25 + dev-libs/openssl:0[-bindist(-)]
26 sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
27 logrotate? ( app-admin/logrotate )
28 upnp? ( net-libs/miniupnpc )