Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uranium/
Date: Sat, 05 Mar 2022 16:15:56
Message-Id: 1646496869.dd7782c4d782132e5919d00fc8c45f0ce8b8b6c0.matthew@gentoo
1 commit: dd7782c4d782132e5919d00fc8c45f0ce8b8b6c0
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 16:05:00 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 16:14:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7782c4
7
8 dev-python/uranium: allow newer libarcus versions
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 dev-python/uranium/{uranium-4.13.0.ebuild => uranium-4.13.0-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/uranium/uranium-4.13.0.ebuild b/dev-python/uranium/uranium-4.13.0-r1.ebuild
16 similarity index 97%
17 rename from dev-python/uranium/uranium-4.13.0.ebuild
18 rename to dev-python/uranium/uranium-4.13.0-r1.ebuild
19 index 82941abd67bc..b0994d93ffcb 100644
20 --- a/dev-python/uranium/uranium-4.13.0.ebuild
21 +++ b/dev-python/uranium/uranium-4.13.0-r1.ebuild
22 @@ -32,7 +32,7 @@ BDEPEND="${PYTHON_DEPS}
23 )"
24
25 DEPEND="${PYTHON_DEPS}
26 - ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
27 + >=dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
28 $(python_gen_cond_dep '
29 dev-python/cryptography[${PYTHON_USEDEP}]
30 dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]