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

Collapse All | Expand All

(-)/usr/portage/sys-apps/flashrom/flashrom-9999.ebuild (-2 / +4 lines)
Lines 6-13 Link Here
6
6
7
inherit eutils toolchain-funcs
7
inherit eutils toolchain-funcs
8
if [[ ${PV} == "9999" ]] ; then
8
if [[ ${PV} == "9999" ]] ; then
9
	ESVN_REPO_URI="svn://flashrom.org/flashrom/trunk"
9
	EGIT_REPO_URI="https://www.flashrom.org/git/flashrom.git"
10
	inherit subversion
10
	EGIT_BRANCH="staging"
11
	inherit git-r3
11
else
12
else
12
	SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2"
13
	SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2"
13
	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
14
	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
Lines 72-77 Link Here
72
}
73
}
73
74
74
src_compile() {
75
src_compile() {
76
	git config flashrom.offline-builds false
75
	# Help keep things in sync.
77
	# Help keep things in sync.
76
	local sprogs=$(echo $(
78
	local sprogs=$(echo $(
77
		grep -o 'CONFIG_[A-Z0-9_]*' flashrom.c | \
79
		grep -o 'CONFIG_[A-Z0-9_]*' flashrom.c | \

Return to bug 598028