commit: 80bedd835f50a7a2a5cae30500ff01e0234d304d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 06:32:40 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 1 06:42:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bedd83
net-misc/electrum: Require <libsecp256k1-0.6 Closes: https://bugs.gentoo.org/946232 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/electrum/{electrum-4.5.8.ebuild => electrum-4.5.8-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/electrum/electrum-4.5.8.ebuild b/net-misc/electrum/electrum-4.5.8-r1.ebuild similarity index 97% rename from net-misc/electrum/electrum-4.5.8.ebuild rename to net-misc/electrum/electrum-4.5.8-r1.ebuild index 7a63e2d4f444..66b8a007568a 100644 --- a/net-misc/electrum/electrum-4.5.8.ebuild +++ b/net-misc/electrum/electrum-4.5.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ REQUIRED_USE="|| ( cli ncurses qt5 )" RDEPEND=" ${PYTHON_DEPS} - dev-libs/libsecp256k1 + <dev-libs/libsecp256k1-0.6 >=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}] =dev-python/aiorpcx-0.23*[${PYTHON_USEDEP}] >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]
