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: sys-apps/tuned/
Date: Sun,  9 Feb 2020 16:42:25 +0000 (UTC)	[thread overview]
Message-ID: <1581266225.bcb664a7f130f2b6a3c449a4106a0027cc4dae67.mgorny@gentoo> (raw)

commit:     bcb664a7f130f2b6a3c449a4106a0027cc4dae67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:19:39 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:37:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb664a7

sys-apps/tuned: Switch to PYTHON_MULTI_USEDEP API

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

 .../tuned/{tuned-2.13.0.ebuild => tuned-2.13.0-r1.ebuild}  | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/sys-apps/tuned/tuned-2.13.0.ebuild b/sys-apps/tuned/tuned-2.13.0-r1.ebuild
similarity index 75%
rename from sys-apps/tuned/tuned-2.13.0.ebuild
rename to sys-apps/tuned/tuned-2.13.0-r1.ebuild
index fe231367c6c..89a8dadb552 100644
--- a/sys-apps/tuned/tuned-2.13.0.ebuild
+++ b/sys-apps/tuned/tuned-2.13.0-r1.ebuild
@@ -19,12 +19,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
 	${PYTHON_DEPS}
-	dev-python/configobj[${PYTHON_USEDEP}]
-	dev-python/decorator[${PYTHON_USEDEP}]
-	dev-python/pyudev[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	dev-python/python-linux-procfs[${PYTHON_USEDEP}]"
+	$(python_gen_cond_dep '
+		dev-python/configobj[${PYTHON_MULTI_USEDEP}]
+		dev-python/decorator[${PYTHON_MULTI_USEDEP}]
+		dev-python/pyudev[${PYTHON_MULTI_USEDEP}]
+		dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+		dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+		dev-python/python-linux-procfs[${PYTHON_MULTI_USEDEP}]
+	')"
 
 RDEPEND="
 	${DEPEND}


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

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 16:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-29 14:29 [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/ Yixun Lan
2025-03-29 14:29 Yixun Lan
2025-02-10 13:37 Yixun Lan
2024-12-02 10:17 Yixun Lan
2024-08-26  0:03 Yixun Lan
2024-08-21  5:30 Sam James
2024-06-06 13:33 Yixun Lan
2024-06-06 13:33 Yixun Lan
2024-06-06 13:33 Yixun Lan
2024-02-26  1:29 Yixun Lan
2024-02-26  1:29 Yixun Lan
2024-02-18  1:10 Yixun Lan
2024-02-18  1:10 Yixun Lan
2023-08-30  9:55 Yixun Lan
2023-08-30  9:55 Yixun Lan
2023-03-11 11:06 Yixun Lan
2023-03-11 11:06 Yixun Lan
2022-09-05 13:11 Yixun Lan
2022-09-05 13:11 Yixun Lan
2022-02-14 14:34 Yixun Lan
2022-02-14 14:34 Yixun Lan
2022-01-31 14:52 Yixun Lan
2022-01-31 14:52 Yixun Lan
2021-09-26 19:36 Conrad Kostecki
2021-09-26 19:36 Conrad Kostecki
2021-09-24  1:52 Yixun Lan
2021-07-17 18:18 David Seifert
2021-05-31 21:00 Michał Górny
2021-02-03 14:10 Yixun Lan
2021-01-14 14:37 Yixun Lan
2021-01-13 23:04 Yixun Lan
2020-02-05 20:47 Michał Górny
2020-01-22  6:43 Yixun Lan
2019-08-13 14:10 Michał Górny
2018-11-20  6:30 Yixun Lan
2017-07-26  9:19 Patrice Clement
2016-11-04  3:02 Yixun Lan
2016-08-15  7:51 Yixun Lan
2016-05-29 12:23 Yixun Lan
2016-05-29 12:23 Yixun Lan
2016-02-01  3:08 Yixun Lan
2016-02-01  3:08 Yixun Lan

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=1581266225.bcb664a7f130f2b6a3c449a4106a0027cc4dae67.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