commit:     c88fea59f6165a4dbef3384f56c9380fe4770a02
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 15:04:47 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 15:04:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c88fea59

sys-kernel/rte_kni-kmod: fix python deps

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild 
b/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild
index 9d7d87a8f..44e368c06 100644
--- a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild
+++ b/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # tests need root
 RESTRICT="test"
 
-DEPEND="${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}"
+
+DEPEND="${RDEPEND}
        $(python_gen_cond_dep '
                dev-python/pyelftools[${PYTHON_USEDEP}]
        ')

Reply via email to