diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 21:17:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:37:02 +0100 |
commit | 946c17032a6863fcdf0c2de9d76d04cc14e33b22 (patch) | |
tree | e268eae14ac7a816073151142509c0337ea65de1 /sys-apps | |
parent | sys-apps/entropy-server: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-946c17032a6863fcdf0c2de9d76d04cc14e33b22.tar.gz gentoo-946c17032a6863fcdf0c2de9d76d04cc14e33b22.tar.bz2 gentoo-946c17032a6863fcdf0c2de9d76d04cc14e33b22.zip |
sys-apps/entropy: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/entropy/entropy-302-r2.ebuild (renamed from sys-apps/entropy/entropy-302-r1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/entropy/entropy-302-r1.ebuild b/sys-apps/entropy/entropy-302-r2.ebuild index a617ded3def4..60d514f0e66c 100644 --- a/sys-apps/entropy/entropy-302-r1.ebuild +++ b/sys-apps/entropy/entropy-302-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,9 @@ RDEPEND=">=app-misc/pax-utils-0.7 net-misc/rsync sys-apps/diffutils sys-apps/sandbox - >=sys-apps/portage-2.1.9[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=sys-apps/portage-2.1.9[${PYTHON_MULTI_USEDEP}] + ') sys-devel/gettext ${PYTHON_DEPS}" DEPEND="${RDEPEND} |