Skip to content

Commit

Permalink
net-p2p/cpuminer-opt: add libjansson subslot dep
Browse files Browse the repository at this point in the history
Earlier versions of libjansson lacked symbol versioning, causing crashes.

Bug: https://bugs.gentoo.org/812119
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 25, 2021
1 parent 1f3776d commit 4c225f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ LICENSE="GPL-2"
SLOT="0"
REQUIRED_USE="cpu_flags_x86_sse2"
DEPEND="
dev-libs/gmp:0
dev-libs/jansson
dev-libs/gmp:=
dev-libs/jansson:=
>=net-misc/curl-7.15[ssl]
dev-libs/openssl:0=
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ LICENSE="GPL-2"
SLOT="0"
REQUIRED_USE="cpu_flags_x86_sse2"
DEPEND="
dev-libs/gmp:0
dev-libs/jansson
dev-libs/gmp:=
dev-libs/jansson:=
>=net-misc/curl-7.15[ssl]
dev-libs/openssl:0=
"
Expand Down
4 changes: 2 additions & 2 deletions net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ LICENSE="GPL-2"
SLOT="0"
REQUIRED_USE="cpu_flags_x86_sse2"
DEPEND="
dev-libs/gmp:0
dev-libs/jansson
dev-libs/gmp:=
dev-libs/jansson:=
>=net-misc/curl-7.15[ssl]
dev-libs/openssl:0=
"
Expand Down

0 comments on commit 4c225f2

Please sign in to comment.