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

Collapse All | Expand All

(-)/usr/portage/dev-python/visual/visual-5.13.ebuild (-2 / +9 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.13.ebuild,v 1.1 2009/10/20 16:13:47 grozin Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.13.ebuild,v 1.1 2009/10/20 16:13:47 grozin Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils python
6
inherit eutils python flag-o-matic
7
7
8
MY_P="${P}_release"
8
MY_P="${P}_release"
9
S="${WORKDIR}/${MY_P}"
9
S="${WORKDIR}/${MY_P}"
Lines 17-23 Link Here
17
KEYWORDS="~amd64 ~ppc ~x86"
17
KEYWORDS="~amd64 ~ppc ~x86"
18
LICENSE="visual"
18
LICENSE="visual"
19
19
20
RDEPEND="=dev-libs/boost-1.35*
20
RDEPEND="dev-libs/boost:1.41[python]
21
	dev-cpp/libglademm
21
	dev-cpp/libglademm
22
	>=dev-cpp/gtkglextmm-1.2
22
	>=dev-cpp/gtkglextmm-1.2
23
	dev-python/numpy"
23
	dev-python/numpy"
Lines 26-31 Link Here
26
	dev-util/pkgconfig"
26
	dev-util/pkgconfig"
27
27
28
src_configure() {
28
src_configure() {
29
	#We have to use a hack here because the build system doesn't provide a way to specify
30
	#the include and lib directory for boost
31
	append-cxxflags \
32
		-I/usr/include/boost-1_41
33
	append-ldflags \
34
		-L/usr/$(get_libdir)/boost-1_41
35
29
	econf \
36
	econf \
30
		--with-html-dir=/usr/share/doc/${PF}/html \
37
		--with-html-dir=/usr/share/doc/${PF}/html \
31
		--with-example-dir=/usr/share/doc/${PF}/examples \
38
		--with-example-dir=/usr/share/doc/${PF}/examples \

Return to bug 271019