summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-13 15:50:06 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-13 16:10:34 +0200
commitc6a7a652cdb63b6c5bd712e981b7cc61c5071878 (patch)
treea58415141ee81628f2849783a24564e9a940feb3 /sys-apps
parentx11-libs/wxGTK: sparc stable wrt bug #691936 (diff)
downloadgentoo-c6a7a652cdb63b6c5bd712e981b7cc61c5071878.tar.gz
gentoo-c6a7a652cdb63b6c5bd712e981b7cc61c5071878.tar.bz2
gentoo-c6a7a652cdb63b6c5bd712e981b7cc61c5071878.zip
sys-apps/tuned: Add missing PYTHON_DEPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/tuned/tuned-2.10.0.ebuild3
-rw-r--r--sys-apps/tuned/tuned-2.7.1-r3.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/tuned/tuned-2.10.0.ebuild b/sys-apps/tuned/tuned-2.10.0.ebuild
index 133b2755a18e..0d0931ccad3d 100644
--- a/sys-apps/tuned/tuned-2.10.0.ebuild
+++ b/sys-apps/tuned/tuned-2.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,7 @@ KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
CDEPEND="
+ ${PYTHON_DEPS}
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
diff --git a/sys-apps/tuned/tuned-2.7.1-r3.ebuild b/sys-apps/tuned/tuned-2.7.1-r3.ebuild
index d8d3a5fb28ad..99c6ce5840b7 100644
--- a/sys-apps/tuned/tuned-2.7.1-r3.ebuild
+++ b/sys-apps/tuned/tuned-2.7.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
CDEPEND="
+ ${PYTHON_DEPS}
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]