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

(-)a/media-libs/mesa/mesa-9999.ebuild (-7 / +8 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=7
5
5
6
PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
6
PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
7
7
Lines 209-225 RDEPEND="${RDEPEND} Link Here
209
unset {LLVM,CLANG}_DEPSTR{,_AMDGPU}
209
unset {LLVM,CLANG}_DEPSTR{,_AMDGPU}
210
210
211
DEPEND="${RDEPEND}
211
DEPEND="${RDEPEND}
212
	${PYTHON_DEPS}
213
	opencl? (
212
	opencl? (
214
		>=sys-devel/gcc-4.6
213
		>=sys-devel/gcc-4.6
215
	)
214
	)
215
	valgrind? ( dev-util/valgrind )
216
	x11-libs/libXrandr[${MULTILIB_USEDEP}]
217
	x11-base/xorg-proto
218
"
219
BDEPEND="
220
	${PYTHON_DEPS}
216
	sys-devel/bison
221
	sys-devel/bison
217
	sys-devel/flex
222
	sys-devel/flex
218
	sys-devel/gettext
223
	sys-devel/gettext
219
	virtual/pkgconfig
224
	virtual/pkgconfig
220
	valgrind? ( dev-util/valgrind )
221
	x11-base/xorg-proto
222
	x11-libs/libXrandr[${MULTILIB_USEDEP}]
223
	$(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
225
	$(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
224
"
226
"
225
227
Lines 307-313 pkg_pretend() { Link Here
307
}
309
}
308
310
309
python_check_deps() {
311
python_check_deps() {
310
	has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
312
	has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
311
}
313
}
312
314
313
pkg_setup() {
315
pkg_setup() {
314
- 

Return to bug 681540