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

Collapse All | Expand All

(-)a/eclass/qt4-build-edge.eclass (+5 lines)
Lines 22-27 Link Here
22
#			are official releases or snapshots from Nokia
22
#			are official releases or snapshots from Nokia
23
#
23
#
24
24
25
MY_EGIT_COMMIT=${EGIT_COMMIT:=}
26
25
inherit base eutils multilib toolchain-funcs flag-o-matic git versionator
27
inherit base eutils multilib toolchain-funcs flag-o-matic git versionator
26
28
27
MY_PV=${PV/_/-}
29
MY_PV=${PV/_/-}
Lines 149-157 qt4-build-edge_pkg_setup() { Link Here
149
		4.9999)
151
		4.9999)
150
			EGIT_REPO_URI="git://gitorious.org/qt/qt.git"
152
			EGIT_REPO_URI="git://gitorious.org/qt/qt.git"
151
			EGIT_PROJECT="qt-${PV}"
153
			EGIT_PROJECT="qt-${PV}"
154
			EGIT_BRANCH="master"
152
			;;
155
			;;
153
	esac
156
	esac
154
157
158
	EGIT_COMMIT=${MY_EGIT_COMMIT:=${EGIT_BRANCH}}
159
155
	if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then
160
	if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then
156
		ewarn
161
		ewarn
157
		ewarn "Please file bugs on bugs.gentoo.org and prepend the summary"
162
		ewarn "Please file bugs on bugs.gentoo.org and prepend the summary"

Return to bug 317715