diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:54:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:50 +0100 |
commit | 88e8781cc0915cf4fe87a279d1352c28b16429e5 (patch) | |
tree | 0d038d75d590682e3fceb5b45837fd1e7c11cd5a /dev-libs/libarcus | |
parent | dev-libs/libappindicator: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-88e8781cc0915cf4fe87a279d1352c28b16429e5.tar.gz gentoo-88e8781cc0915cf4fe87a279d1352c28b16429e5.tar.bz2 gentoo-88e8781cc0915cf4fe87a279d1352c28b16429e5.zip |
dev-libs/libarcus: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libarcus')
-rw-r--r-- | dev-libs/libarcus/libarcus-3.4.1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libarcus/libarcus-3.6.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libarcus/libarcus-4.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libarcus/libarcus-4.3.0-r1.ebuild (renamed from dev-libs/libarcus/libarcus-4.3.0.ebuild) | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/dev-libs/libarcus/libarcus-3.4.1.ebuild b/dev-libs/libarcus/libarcus-3.4.1.ebuild index ced7f6897f9f..120cd3820013 100644 --- a/dev-libs/libarcus/libarcus-3.4.1.ebuild +++ b/dev-libs/libarcus/libarcus-3.4.1.ebuild @@ -20,9 +20,11 @@ IUSE="examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] dev-libs/protobuf - python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/sip[${PYTHON_MULTI_USEDEP}] + python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] ) + ')" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-libs/libarcus/libarcus-3.6.0.ebuild b/dev-libs/libarcus/libarcus-3.6.0.ebuild index ced7f6897f9f..120cd3820013 100644 --- a/dev-libs/libarcus/libarcus-3.6.0.ebuild +++ b/dev-libs/libarcus/libarcus-3.6.0.ebuild @@ -20,9 +20,11 @@ IUSE="examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] dev-libs/protobuf - python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/sip[${PYTHON_MULTI_USEDEP}] + python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] ) + ')" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-libs/libarcus/libarcus-4.2.0.ebuild b/dev-libs/libarcus/libarcus-4.2.0.ebuild index deb2605d5649..0dbed3da3dd0 100644 --- a/dev-libs/libarcus/libarcus-4.2.0.ebuild +++ b/dev-libs/libarcus/libarcus-4.2.0.ebuild @@ -20,9 +20,11 @@ IUSE="examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] dev-libs/protobuf - python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/sip[${PYTHON_MULTI_USEDEP}] + python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] ) + ')" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-libs/libarcus/libarcus-4.3.0.ebuild b/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild index 0869769e8f5b..f949a913e19b 100644 --- a/dev-libs/libarcus/libarcus-4.3.0.ebuild +++ b/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild @@ -20,9 +20,11 @@ IUSE="examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] dev-libs/protobuf - python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/sip[${PYTHON_MULTI_USEDEP}] + python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] ) + ')" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" |