commit: f675a6598bcb389b3a05deb838a94838ea0b5873
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 17:11:42 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:58:55 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f675a659
kde-apps/kig: Switch to PYTHON_MULTI_USEDEP API
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kig/kig-4.14.3.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kig/kig-4.14.3.ebuild b/kde-apps/kig/kig-4.14.3.ebuild
index 02c9f2cb..a3ffd8b4 100644
--- a/kde-apps/kig/kig-4.14.3.ebuild
+++ b/kde-apps/kig/kig-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
- scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
+ scripting? (
+ $(python_gen_cond_dep '
+ >=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
+ ')
+ )
"
RDEPEND="${DEPEND}"