public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kig/
Date: Sun,  9 Feb 2020 16:29:33 +0000 (UTC)	[thread overview]
Message-ID: <1581265596.9608faf712d38e90d857f5b44c0b2f2ed6aedabc.mgorny@gentoo> (raw)

commit:     9608faf712d38e90d857f5b44c0b2f2ed6aedabc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 14:56:24 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:26:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9608faf7

kde-apps/kig: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 kde-apps/kig/{kig-19.08.3-r3.ebuild => kig-19.08.3-r5.ebuild} | 6 +++++-
 kde-apps/kig/{kig-19.08.3-r4.ebuild => kig-19.08.3-r6.ebuild} | 6 +++++-
 kde-apps/kig/{kig-19.12.2.ebuild => kig-19.12.2-r1.ebuild}    | 6 +++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kig/kig-19.08.3-r3.ebuild b/kde-apps/kig/kig-19.08.3-r5.ebuild
similarity index 94%
rename from kde-apps/kig/kig-19.08.3-r3.ebuild
rename to kde-apps/kig/kig-19.08.3-r5.ebuild
index 314539d6f4a..ccc05e43017 100644
--- a/kde-apps/kig/kig-19.08.3-r3.ebuild
+++ b/kde-apps/kig/kig-19.08.3-r5.ebuild
@@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
-	scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
+	scripting? (
+		$(python_gen_cond_dep '
+			>=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
+		')
+	)
 "
 DEPEND="${RDEPEND}
 	>=kde-frameworks/ktexteditor-${KFMIN}:5

diff --git a/kde-apps/kig/kig-19.08.3-r4.ebuild b/kde-apps/kig/kig-19.08.3-r6.ebuild
similarity index 94%
rename from kde-apps/kig/kig-19.08.3-r4.ebuild
rename to kde-apps/kig/kig-19.08.3-r6.ebuild
index 79baaa3c251..f49f65563ac 100644
--- a/kde-apps/kig/kig-19.08.3-r4.ebuild
+++ b/kde-apps/kig/kig-19.08.3-r6.ebuild
@@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
-	scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
+	scripting? (
+		$(python_gen_cond_dep '
+			>=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
+		')
+	)
 "
 DEPEND="${RDEPEND}
 	>=kde-frameworks/ktexteditor-${KFMIN}:5

diff --git a/kde-apps/kig/kig-19.12.2.ebuild b/kde-apps/kig/kig-19.12.2-r1.ebuild
similarity index 94%
rename from kde-apps/kig/kig-19.12.2.ebuild
rename to kde-apps/kig/kig-19.12.2-r1.ebuild
index a145b7e7a8b..533020b39d2 100644
--- a/kde-apps/kig/kig-19.12.2.ebuild
+++ b/kde-apps/kig/kig-19.12.2-r1.ebuild
@@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
-	scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
+	scripting? (
+		$(python_gen_cond_dep '
+			>=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
+		')
+	)
 "
 DEPEND="${RDEPEND}
 	>=kde-frameworks/ktexteditor-${KFMIN}:5


             reply	other threads:[~2020-02-09 16:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 16:29 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:07 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kig/ Michał Górny
2024-07-14  5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17  5:54 Arthur Zamarin
2024-06-17  5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23  6:33 Arthur Zamarin
2024-04-23  6:25 Arthur Zamarin
2024-04-23  5:26 Arthur Zamarin
2023-12-18 22:19 Andreas Sturmlechner
2021-10-10  4:45 Yixun Lan
2020-10-11 21:33 Andreas Sturmlechner
2020-09-19  8:07 Georgy Yakovlev
2020-01-28 23:13 Andreas Sturmlechner
2020-01-28 18:11 David Seifert
2020-01-10  9:50 Andreas Sturmlechner
2020-01-10  1:26 Thomas Deutschmann
2019-12-23  3:25 Aaron Bauman
2019-12-21 10:49 Mikle Kolyada
2019-12-15 15:48 Andreas Sturmlechner
2019-03-01  9:25 Andreas Sturmlechner
2016-04-14 19:35 Michael Palimaka
2016-04-12 17:14 Johannes Huber
2016-03-10  7:47 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581265596.9608faf712d38e90d857f5b44c0b2f2ed6aedabc.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox