diff options
author | 2021-07-17 20:15:22 +0200 | |
---|---|---|
committer | 2021-07-17 20:15:22 +0200 | |
commit | 2f4d1d78c3a75aa7b89dbbdd7c93c0f664f1f52d (patch) | |
tree | f398e58957a59007bf01514b07efe8b6473b28f4 /dev-libs/libarcus | |
parent | dev-libs/kopeninghours: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-2f4d1d78c3a75aa7b89dbbdd7c93c0f664f1f52d.tar.gz gentoo-2f4d1d78c3a75aa7b89dbbdd7c93c0f664f1f52d.tar.bz2 gentoo-2f4d1d78c3a75aa7b89dbbdd7c93c0f664f1f52d.zip |
dev-libs/libarcus: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libarcus')
-rw-r--r-- | dev-libs/libarcus/libarcus-4.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libarcus/libarcus-4.9.1.ebuild b/dev-libs/libarcus/libarcus-4.9.1.ebuild index 79e8a85d03be..8a82c33b9bb0 100644 --- a/dev-libs/libarcus/libarcus-4.9.1.ebuild +++ b/dev-libs/libarcus/libarcus-4.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit cmake python-single-r1 @@ -22,8 +22,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} dev-libs/protobuf:= $(python_gen_cond_dep ' - <dev-python/sip-5[${PYTHON_MULTI_USEDEP}] - python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] ) + <dev-python/sip-5[${PYTHON_USEDEP}] + python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] ) ')" DEPEND="${RDEPEND}" |