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 / +3 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"

Return to bug 598028