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

(-)doxygen-1.8.3.1.ebuild (-6 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils fdo-mime flag-o-matic python qt4-r2 toolchain-funcs
7
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
8
inherit eutils fdo-mime flag-o-matic python-any-r1 qt4-r2 toolchain-funcs
8
9
9
DESCRIPTION="Documentation system for most programming languages"
10
DESCRIPTION="Documentation system for most programming languages"
10
HOMEPAGE="http://www.doxygen.org/"
11
HOMEPAGE="http://www.doxygen.org/"
Lines 38-44 Link Here
38
DEPEND="sys-apps/sed
39
DEPEND="sys-apps/sed
39
	sys-devel/flex
40
	sys-devel/flex
40
	sys-devel/bison
41
	sys-devel/bison
41
	doc? ( =dev-lang/python-2* )
42
	doc? ( ${PYTHON_DEPS} )
42
	${RDEPEND}"
43
	${RDEPEND}"
43
44
44
RESTRICT="mirror"
45
RESTRICT="mirror"
Lines 74-83 Link Here
74
75
75
pkg_setup() {
76
pkg_setup() {
76
	tc-export CC CXX
77
	tc-export CC CXX
77
	if use doc; then
78
	use doc && python-any-r1_pkg_setup
78
		python_set_active_version 2
79
		python_pkg_setup
80
	fi
81
}
79
}
82
80
83
src_prepare() {
81
src_prepare() {

Return to bug 457870