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

(-)a/rapidsvn-0.12.0.ebuild (-8 / +2 lines)
Lines 5-10 Link Here
5
EAPI="2"
5
EAPI="2"
6
6
7
WANT_AUTOCONF="2.5"
7
WANT_AUTOCONF="2.5"
8
WX_GTK_VER=2.8
8
inherit versionator confutils libtool autotools wxwidgets flag-o-matic fdo-mime
9
inherit versionator confutils libtool autotools wxwidgets flag-o-matic fdo-mime
9
10
10
MY_PV=$(get_version_component_range 1-2)
11
MY_PV=$(get_version_component_range 1-2)
Lines 19-25 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" Link Here
19
IUSE="doc"
20
IUSE="doc"
20
21
21
COMMON_DEP=">=dev-util/subversion-1.5.0
22
COMMON_DEP=">=dev-util/subversion-1.5.0
22
	>=x11-libs/wxGTK-2.6
23
	x11-libs/wxGTK:2.8[X]
23
	>=dev-libs/apr-1.2.10
24
	>=dev-libs/apr-1.2.10
24
	>=dev-libs/apr-util-1.2.10"
25
	>=dev-libs/apr-util-1.2.10"
25
26
Lines 69-81 src_configure() { Link Here
69
		    --without-doxygen --without-dot"
70
		    --without-doxygen --without-dot"
70
	fi
71
	fi
71
72
72
	local INST_WX=$(best_version x11-libs/wxGTK)
73
	export WX_GTK_VER=$(get_version_component_range 1-2 \
74
		        ${INST_WX/x11-libs\/wxGTK})
75
76
	need-wxwidgets ansi
77
	myconf="${myconf} --with-wx-config=${WX_CONFIG}"
78
79
	append-flags $( /usr/bin/apr${apr_suffix}-config --cppflags )
73
	append-flags $( /usr/bin/apr${apr_suffix}-config --cppflags )
80
74
81
	econf	--with-svn-lib=/usr/$(get_libdir) \
75
	econf	--with-svn-lib=/usr/$(get_libdir) \

Return to bug 305325