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

(-)boost-build.orig/boost-build-1.46.1.ebuild (-3 / +4 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/dev-util/boost-build/boost-build-1.46.1.ebuild,v 1.8 2011/10/20 16:37:22 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.46.1.ebuild,v 1.8 2011/10/20 16:37:22 ranger Exp $
4
4
5
EAPI="2"
5
EAPI="3"
6
PYTHON_DEPEND="2:2.6"
6
7
7
inherit eutils flag-o-matic toolchain-funcs versionator python
8
inherit eutils flag-o-matic toolchain-funcs versionator python
8
9
Lines 18-25 Link Here
18
IUSE="examples python"
19
IUSE="examples python"
19
20
20
DEPEND="!<dev-libs/boost-1.34.0
21
DEPEND="!<dev-libs/boost-1.34.0
21
	!<=dev-util/boost-build-1.35.0-r1
22
	!<=dev-util/boost-build-1.35.0-r1"
22
        python? ( dev-lang/python )"
23
RDEPEND="${DEPEND}"
23
RDEPEND="${DEPEND}"
24
24
25
S="${WORKDIR}/boost_${MY_PV}/tools/build/v2"
25
S="${WORKDIR}/boost_${MY_PV}/tools/build/v2"
Lines 103-108 Link Here
103
		insinto /usr/share/doc/${PF}
103
		insinto /usr/share/doc/${PF}
104
		doins -r example
104
		doins -r example
105
	fi
105
	fi
106
	python_convert_shebangs -r 2 "${ED}"
106
}
107
}
107
108
108
src_test() {
109
src_test() {

Return to bug 324375