Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/
Date: Tue, 01 Jun 2021 18:28:32
Message-Id: 1622572105.a93014fc73275b27d259418b40d64936c861d978.andrewammerlaan@gentoo
1 commit: a93014fc73275b27d259418b40d64936c861d978
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 18:14:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 18:28:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93014fc
7
8 dev-libs/libarcus: restrict to <dev-python/sip-5
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-libs/libarcus/libarcus-4.8.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libarcus/libarcus-4.8.0.ebuild b/dev-libs/libarcus/libarcus-4.8.0.ebuild
17 index c7e1e71a1b8..f34adddb7cc 100644
18 --- a/dev-libs/libarcus/libarcus-4.8.0.ebuild
19 +++ b/dev-libs/libarcus/libarcus-4.8.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -22,7 +22,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27 RDEPEND="${PYTHON_DEPS}
28 dev-libs/protobuf:=
29 $(python_gen_cond_dep '
30 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
31 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
32 python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
33 ')"
34 DEPEND="${RDEPEND}"