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

(-)/usr/portage/dev-embedded/openocd/openocd-9999.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils
7
inherit autotools eutils
8
if [[ ${PV} == "9999" ]] ; then
8
if [[ ${PV} == "9999" ]] ; then
9
	inherit git-2
9
	inherit git-2
10
	KEYWORDS=""
10
	KEYWORDS=""
Lines 32-37 Link Here
32
32
33
REQUIRED_USE="blaster? ( || ( ftdi ftd2xx ) ) ftdi? ( !ftd2xx )"
33
REQUIRED_USE="blaster? ( || ( ftdi ftd2xx ) ) ftdi? ( !ftd2xx )"
34
34
35
src_prepare() {
36
	sed -i -e "/@include version.texi/d" doc/${PN}.texi || die
37
	AT_NO_RECURSIVE=yes eautoreconf
38
}
39
35
src_configure() {
40
src_configure() {
36
	# Here are some defaults
41
	# Here are some defaults
37
	myconf="--enable-buspirate --enable-ioutil --disable-werror
42
	myconf="--enable-buspirate --enable-ioutil --disable-werror

Return to bug 388455