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

(-)file_not_specified_in_diff (-4 / +9 lines)
Line  Link Here
0
-- xcb-proto-1.6.ebuild
0
++ xcb-proto-1.6.ebuild
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-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.6 2010/04/18 19:51:27 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.6 2010/04/18 19:51:27 maekke Exp $
4
4
5
inherit x-modular
5
PYTHON_DEPEND="2:2.5"
6
7
inherit python x-modular
6
8
7
DESCRIPTION="X C-language Bindings protocol headers"
9
DESCRIPTION="X C-language Bindings protocol headers"
8
HOMEPAGE="http://xcb.freedesktop.org/"
10
HOMEPAGE="http://xcb.freedesktop.org/"
Lines 15-19 Link Here
15
17
16
RDEPEND=""
18
RDEPEND=""
17
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
18
	dev-libs/libxml2
20
	dev-libs/libxml2"
19
	>=dev-lang/python-2.5"
21
22
pkg_setup() {
23
	python_set_active_version 2
24
}

Return to bug 317035