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

Collapse All | Expand All

(-)mathgl-1.8.1.ebuild.orig (-1 / +6 lines)
Lines 9-15 Link Here
9
HOMEPAGE="http://mathgl.sourceforge.net/"
9
HOMEPAGE="http://mathgl.sourceforge.net/"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~x86"
12
KEYWORDS="~x86 ~amd64"
13
13
14
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
14
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
15
15
Lines 42-47 Link Here
42
	# bug #267061
42
	# bug #267061
43
	epatch "${FILESDIR}"/${P}-gcc43.patch
43
	epatch "${FILESDIR}"/${P}-gcc43.patch
44
44
45
	# providing compatibility with HDF5 v1.8 API
46
	if has_version ">=sci-libs/hdf5-1.8.0" ; then
47
		epatch "${FILESDIR}"/${P}-hdf5_v18.patch
48
	fi
49
45
	# correct location of numpy/arrayobject.h
50
	# correct location of numpy/arrayobject.h
46
	if use python; then
51
	if use python; then
47
		local numpy_h
52
		local numpy_h

Return to bug 267628