commit: 3f0fde333881593d5136b8309206e7fb58114039
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:48:55 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:17:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0fde33
dev-ada/gps: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-ada/gps/{gps-2018-r2.ebuild => gps-2018-r3.ebuild} | 8 +++++---
dev-ada/gps/{gps-2019.ebuild => gps-2019-r1.ebuild} | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-ada/gps/gps-2018-r2.ebuild b/dev-ada/gps/gps-2018-r3.ebuild
similarity index 94%
rename from dev-ada/gps/gps-2018-r2.ebuild
rename to dev-ada/gps/gps-2018-r3.ebuild
index 1551312c037..49dd272c9a9 100644
--- a/dev-ada/gps/gps-2018-r2.ebuild
+++ b/dev-ada/gps/gps-2018-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
@@ -33,8 +33,10 @@ RDEPEND="${PYTHON_DEPS}
sys-devel/clang:=
x11-themes/adwaita-icon-theme
x11-themes/hicolor-icon-theme
- dev-python/pep8[${PYTHON_USEDEP}]
- dev-python/jedi[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pep8[${PYTHON_MULTI_USEDEP}]
+ dev-python/jedi[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${RDEPEND}"
diff --git a/dev-ada/gps/gps-2019.ebuild b/dev-ada/gps/gps-2019-r1.ebuild
similarity index 95%
rename from dev-ada/gps/gps-2019.ebuild
rename to dev-ada/gps/gps-2019-r1.ebuild
index 2f20596db00..1985f108d72 100644
--- a/dev-ada/gps/gps-2019.ebuild
+++ b/dev-ada/gps/gps-2019-r1.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
@@ -38,8 +38,10 @@ RDEPEND="${PYTHON_DEPS}
sys-devel/clang:=
x11-themes/adwaita-icon-theme
x11-themes/hicolor-icon-theme
- dev-python/pep8[${PYTHON_USEDEP}]
- dev-python/jedi[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pep8[${PYTHON_MULTI_USEDEP}]
+ dev-python/jedi[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${RDEPEND}"