Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 891749
Collapse All | Expand All

(-)switcheroo-control-2.6-r1.ebuild (-3 / +3 lines)
Lines 4-10 Link Here
4
EAPI=8
4
EAPI=8
5
PYTHON_COMPAT=( python3_{9..11} )
5
PYTHON_COMPAT=( python3_{9..11} )
6
6
7
inherit meson python-any-r1 systemd
7
inherit meson python-single-r1 systemd
8
8
9
DESCRIPTION="D-Bus service to check the availability of dual-GPU"
9
DESCRIPTION="D-Bus service to check the availability of dual-GPU"
10
HOMEPAGE="https://gitlab.freedesktop.org/hadess/switcheroo-control/"
10
HOMEPAGE="https://gitlab.freedesktop.org/hadess/switcheroo-control/"
Lines 25-31 Link Here
25
	dev-util/gdbus-codegen
25
	dev-util/gdbus-codegen
26
	gtk-doc? ( dev-util/gtk-doc )
26
	gtk-doc? ( dev-util/gtk-doc )
27
	test? (
27
	test? (
28
	        $(python_gen_any_dep 'dev-python/python-dbusmock[${PYTHON_USEDEP}]')
28
		dev-python/python-dbusmock[${PYTHON_SINGLE_USEDEP}]
29
		dev-util/umockdev
29
		dev-util/umockdev
30
	)
30
	)
31
"
31
"
Lines 34-40 Link Here
34
34
35
python_check_deps() {
35
python_check_deps() {
36
	use test || return 0
36
	use test || return 0
37
	python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]"
37
	python_has_version "dev-python/python-dbusmock[${PYTHON_SINGLE_USEDEP}]"
38
}
38
}
39
39
40
src_configure() {
40
src_configure() {

Return to bug 891749