diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:27:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:09 +0100 |
commit | ced070b338c8d019a588ee31eb0ae3e1123f7b0c (patch) | |
tree | 591fe96cc022ad8639ca4e4261b63e7ccca04149 /net-mail/libpst | |
parent | net-libs/nfqueue-bindings: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-ced070b338c8d019a588ee31eb0ae3e1123f7b0c.tar.gz gentoo-ced070b338c8d019a588ee31eb0ae3e1123f7b0c.tar.bz2 gentoo-ced070b338c8d019a588ee31eb0ae3e1123f7b0c.zip |
net-mail/libpst: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/libpst')
-rw-r--r-- | net-mail/libpst/libpst-0.6.66-r3.ebuild (renamed from net-mail/libpst/libpst-0.6.66-r2.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/libpst/libpst-0.6.66-r2.ebuild b/net-mail/libpst/libpst-0.6.66-r3.ebuild index e868dd0afe3f..4a038ca366b6 100644 --- a/net-mail/libpst/libpst-0.6.66-r2.ebuild +++ b/net-mail/libpst/libpst-0.6.66-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,9 @@ RDEPEND=" dii? ( media-gfx/imagemagick:=[png] ) python? ( ${PYTHON_DEPS} - >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.70:=[python,${PYTHON_MULTI_USEDEP}] + ') )" DEPEND="${RDEPEND} virtual/libiconv |