commit: fafb46bd146b28cac6ede5d1d6417586c89f6deb Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Oct 22 14:42:52 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Oct 22 14:46:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafb46bd
net-misc/electrum: relax libsecp256k1 dependency restriction This changes the RDEPEND <dev-libs/libsecp256k1-0.4 to dev-libs/libsecp256k1. Ack'ed by mgorny in #-dev. Closes: https://github.com/gentoo/gentoo/pull/38941 Closes: https://bugs.gentoo.org/940752 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-misc/electrum/{electrum-4.5.6.ebuild => electrum-4.5.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/electrum/electrum-4.5.6.ebuild b/net-misc/electrum/electrum-4.5.6-r1.ebuild similarity index 99% rename from net-misc/electrum/electrum-4.5.6.ebuild rename to net-misc/electrum/electrum-4.5.6-r1.ebuild index 85c8d7cc1e8f..02ad7116d974 100644 --- a/net-misc/electrum/electrum-4.5.6.ebuild +++ b/net-misc/electrum/electrum-4.5.6-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE="|| ( cli ncurses qt5 )" RDEPEND=" ${PYTHON_DEPS} - <dev-libs/libsecp256k1-0.4 + dev-libs/libsecp256k1 >=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}] =dev-python/aiorpcx-0.23*[${PYTHON_USEDEP}] >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]
