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

Collapse All | Expand All

(-)a/dev-embedded/openocd/openocd-9999.ebuild (-2 / +6 lines)
Lines 12-18 Link Here
12
	MY_PV="${PV/_/-}"
12
	MY_PV="${PV/_/-}"
13
	MY_P="${PN}-${MY_PV}"
13
	MY_P="${PN}-${MY_PV}"
14
	S="${WORKDIR}"/${MY_P}
14
	S="${WORKDIR}"/${MY_P}
15
	KEYWORDS="~amd64 ~arm ~x86"
15
	KEYWORDS="~amd64 ~arm64 ~arm ~x86"
16
	SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${MY_PV}/${MY_P}.tar.gz"
16
	SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${MY_PV}/${MY_P}.tar.gz"
17
fi
17
fi
18
18
Lines 42-49 Link Here
42
42
43
src_prepare() {
43
src_prepare() {
44
	default
44
	default
45
	ELF64=0
46
	if [ "${ABI}" == "amd64" -o "${ABI}" == "arm64" ] ; then
47
		ELF64=1
48
	fi
45
49
46
	if [[ ${PV} == *9999 ]] ; then
50
	if [[ ${PV} == *9999 ]] ; then
47
		AT_NO_RECURSIVE=yes eautoreconf
51
		HAVE_ELF64=${ELF64} AT_NO_RECURSIVE=yes eautoreconf
48
	fi
52
	fi
49
}
53
}
50
54

Return to bug 882081