summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-01-02 10:56:58 +0100
committerPacho Ramos <pacho@gentoo.org>2023-01-02 10:56:58 +0100
commit2785c08fa57a128d53db2df82a804f870409a219 (patch)
tree4839d473cb3d5a1ef31f0d7c64a44df516999e81
parentwww-apps/grafana-bin: add 9.2.8, 9.3.2 (diff)
downloadgentoo-2785c08f.tar.gz
gentoo-2785c08f.tar.bz2
gentoo-2785c08f.zip
sys-power/switcheroo-control: Add missing dep
Closes: https://bugs.gentoo.org/888861 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--sys-power/switcheroo-control/switcheroo-control-2.6-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r1.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r1.ebuild
index c44f0662b570..ecce4e3c68ce 100644
--- a/sys-power/switcheroo-control/switcheroo-control-2.6-r1.ebuild
+++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,6 +22,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
+ dev-util/gdbus-codegen
gtk-doc? ( dev-util/gtk-doc )
test? (
$(python_gen_any_dep 'dev-python/python-dbusmock[${PYTHON_USEDEP}]')