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

(-)a/app-emulation/libvirt/libvirt-10.0.0-r3.ebuild (-2 / +3 lines)
Lines 158-165 PATCHES=( Link Here
158
)
158
)
159
159
160
python_check_deps() {
160
python_check_deps() {
161
	use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
161
	if use test; then
162
	return 0
162
		python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
163
	fi
163
}
164
}
164
165
165
pkg_setup() {
166
pkg_setup() {
(-)a/app-emulation/libvirt/libvirt-10.1.0-r2.ebuild (-2 / +3 lines)
Lines 157-164 PATCHES=( Link Here
157
)
157
)
158
158
159
python_check_deps() {
159
python_check_deps() {
160
	use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
160
	if use test; then
161
	return 0
161
		python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
162
	fi
162
}
163
}
163
164
164
pkg_setup() {
165
pkg_setup() {
(-)a/app-emulation/libvirt/libvirt-10.2.0-r1.ebuild (-2 / +3 lines)
Lines 156-163 PATCHES=( Link Here
156
)
156
)
157
157
158
python_check_deps() {
158
python_check_deps() {
159
	use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
159
	if use test; then
160
	return 0
160
		python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
161
	fi
161
}
162
}
162
163
163
pkg_setup() {
164
pkg_setup() {
(-)a/app-emulation/libvirt/libvirt-10.3.0-r2.ebuild (-2 / +3 lines)
Lines 157-164 PATCHES=( Link Here
157
)
157
)
158
158
159
python_check_deps() {
159
python_check_deps() {
160
	use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
160
	if use test; then
161
	return 0
161
		python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
162
	fi
162
}
163
}
163
164
164
pkg_setup() {
165
pkg_setup() {
(-)a/app-emulation/libvirt/libvirt-10.5.0.ebuild (-2 / +3 lines)
Lines 158-165 PATCHES=( Link Here
158
)
158
)
159
159
160
python_check_deps() {
160
python_check_deps() {
161
	use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
161
	if use test; then
162
	return 0
162
		python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
163
	fi
163
}
164
}
164
165
165
pkg_setup() {
166
pkg_setup() {
(-)a/app-emulation/libvirt/libvirt-9999.ebuild (-3 / +3 lines)
Lines 158-165 PATCHES=( Link Here
158
)
158
)
159
159
160
python_check_deps() {
160
python_check_deps() {
161
	use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
161
	if use test; then
162
	return 0
162
		python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
163
	fi
163
}
164
}
164
165
165
pkg_setup() {
166
pkg_setup() {
166
- 

Return to bug 935849