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

(-)a/app-shells/zsh/zsh-5.7.1.ebuild (-3 / +4 lines)
Lines 3-12 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit flag-o-matic prefix
6
inherit autotools flag-o-matic prefix
7
7
8
if [[ ${PV} == 9999* ]] ; then
8
if [[ ${PV} == 9999* ]] ; then
9
	inherit git-r3 autotools
9
	inherit git-r3
10
	EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code"
10
	EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code"
11
else
11
else
12
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
12
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
Lines 64-73 src_prepare() { Link Here
64
64
65
	default
65
	default
66
66
67
	hprefixify configure.ac
67
	if [[ ${PV} == 9999* ]] ; then
68
	if [[ ${PV} == 9999* ]] ; then
68
		sed -i "/^VERSION=/s/=.*/=${PV}/" Config/version.mk || die
69
		sed -i "/^VERSION=/s/=.*/=${PV}/" Config/version.mk || die
69
		eautoreconf
70
	fi
70
	fi
71
	eautoreconf
71
}
72
}
72
73
73
src_configure() {
74
src_configure() {

Return to bug 690424