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

(-)libxcb-1.9.3-r1.ebuild.orig (-4 / +5 lines)
Lines 2-8 Link Here
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
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v 1.1 2014/01/11 11:15:20 mgorny Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v 1.1 2014/01/11 11:15:20 mgorny Exp $
4
4
5
EAPI=5
5
EAPI=5-hdepend
6
6
7
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
7
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
8
PYTHON_REQ_USE=xml
8
PYTHON_REQ_USE=xml
Lines 25-36 Link Here
25
	x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
25
	x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
26
# Note: ${PYTHON_USEDEP} needs to go verbatim
26
# Note: ${PYTHON_USEDEP} needs to go verbatim
27
DEPEND="${RDEPEND}
27
DEPEND="${RDEPEND}
28
	dev-libs/libxslt
28
	>=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP}]"
29
HDEPEND="dev-libs/libxslt
29
	$(python_gen_any_dep \
30
	$(python_gen_any_dep \
30
		">=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
31
		">=x11-proto/xcb-proto-1.9-r1[\${PYTHON_USEDEP}]")"
31
32
32
python_check_deps() {
33
python_check_deps() {
33
	has_version ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
34
	has_version --host-root ">=x11-proto/xcb-proto-1.9[${PYTHON_USEDEP}]"
34
}
35
}
35
36
36
pkg_setup() {
37
pkg_setup() {

Return to bug 472224