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

(-)a/x11-base/xorg-server/xorg-server-1.19.99.904.ebuild (-1 / +7 lines)
Lines 4-10 Link Here
4
EAPI=5
4
EAPI=5
5
5
6
XORG_DOC=doc
6
XORG_DOC=doc
7
inherit xorg-2 multilib versionator flag-o-matic
7
inherit autotools xorg-2 multilib versionator flag-o-matic
8
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git"
8
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git"
9
9
10
DESCRIPTION="X.Org X servers"
10
DESCRIPTION="X.Org X servers"
Lines 133-138 pkg_setup() { Link Here
133
	fi
133
	fi
134
}
134
}
135
135
136
src_prepare() {
137
	xorg-2_src_prepare
138
	# needed because xwayland patch touches hw/xwayland/Makefile.am
139
	eautoreconf
140
}
141
136
src_configure() {
142
src_configure() {
137
	# localstatedir is used for the log location; we need to override the default
143
	# localstatedir is used for the log location; we need to override the default
138
	#	from ebuild.sh
144
	#	from ebuild.sh

Return to bug 653470