Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234902 | Differences between
and this patch

Collapse All | Expand All

(-)dev-libs/boost/boost-1.35.0-r1.ebuild (-7 / +5 lines)
Lines 7-18 Link Here
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
7
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
8
8
9
MY_P=${PN}_$(replace_all_version_separators _)
9
MY_P=${PN}_$(replace_all_version_separators _)
10
PATCHSET_VERSION="${PV}-2"
11
10
12
DESCRIPTION="Boost Libraries for C++"
11
DESCRIPTION="Boost Libraries for C++"
13
HOMEPAGE="http://www.boost.org/"
12
HOMEPAGE="http://www.boost.org/"
14
SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2
13
SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2"
15
	mirror://gentoo/boost-patches-${PATCHSET_VERSION}.tbz2"
16
LICENSE="freedist Boost-1.0"
14
LICENSE="freedist Boost-1.0"
17
SLOT="0"
15
SLOT="0"
18
IUSE="debug doc expat icu mpi tools"
16
IUSE="debug doc expat icu mpi tools"
Lines 23-29 Link Here
23
	sys-libs/zlib
21
	sys-libs/zlib
24
	virtual/python"
22
	virtual/python"
25
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
26
	>=dev-util/boost-build-${PV}-r1"
24
	>=dev-util/boost-build-${PV}"
27
25
28
S=${WORKDIR}/${MY_P}
26
S=${WORKDIR}/${MY_P}
29
27
Lines 53-61 Link Here
53
51
54
	cd "${S}"
52
	cd "${S}"
55
53
56
	EPATCH_SOURCE="${WORKDIR}/patches"
54
	epatch "${FILESDIR}/${PF}-fix_mpi_installation.patch"
57
	EPATCH_SUFFIX="patch"
55
	epatch "${FILESDIR}/${PF}-tools-build-fix.patch"
58
	epatch
56
	epatch "${FILESDIR}/${PF}-restore-deprecated-basic_directory_entry-names.patch"
59
57
60
	# This enables building the boost.random library with /dev/urandom support
58
	# This enables building the boost.random library with /dev/urandom support
61
	if ! use userland_Darwin ; then
59
	if ! use userland_Darwin ; then

Return to bug 234902