diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-01 20:14:03 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-01 20:28:25 +0200 |
commit | a93014fc73275b27d259418b40d64936c861d978 (patch) | |
tree | d40281e2f1657448b83d419e2e0434ac10ed6666 /dev-libs | |
parent | dev-python/pynest2d: restrict to <dev-python/sip-5 (diff) | |
download | gentoo-a93014fc73275b27d259418b40d64936c861d978.tar.gz gentoo-a93014fc73275b27d259418b40d64936c861d978.tar.bz2 gentoo-a93014fc73275b27d259418b40d64936c861d978.zip |
dev-libs/libarcus: restrict to <dev-python/sip-5
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libarcus/libarcus-4.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libarcus/libarcus-4.8.0.ebuild b/dev-libs/libarcus/libarcus-4.8.0.ebuild index c7e1e71a1b8a..f34adddb7ccf 100644 --- a/dev-libs/libarcus/libarcus-4.8.0.ebuild +++ b/dev-libs/libarcus/libarcus-4.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} dev-libs/protobuf:= $(python_gen_cond_dep ' - dev-python/sip[${PYTHON_MULTI_USEDEP}] + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}] python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] ) ')" DEPEND="${RDEPEND}" |