Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kig/
Date: Tue, 25 Aug 2020 14:59:44
Message-Id: 1598367535.f675a6598bcb389b3a05deb838a94838ea0b5873.asturm@gentoo
1 commit: f675a6598bcb389b3a05deb838a94838ea0b5873
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 17:11:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:58:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f675a659
7
8 kde-apps/kig: Switch to PYTHON_MULTI_USEDEP API
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/kig/kig-4.14.3.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-apps/kig/kig-4.14.3.ebuild b/kde-apps/kig/kig-4.14.3.ebuild
17 index 02c9f2cb..a3ffd8b4 100644
18 --- a/kde-apps/kig/kig-4.14.3.ebuild
19 +++ b/kde-apps/kig/kig-4.14.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -16,7 +16,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 DEPEND="
29 ${PYTHON_DEPS}
30 - scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
31 + scripting? (
32 + $(python_gen_cond_dep '
33 + >=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
34 + ')
35 + )
36 "
37 RDEPEND="${DEPEND}"