Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-apps/mesa-progs/
Date: Wed, 29 Aug 2012 06:10:26
Message-Id: 1346220672.6aed39f3484ec16c926a6ae0e266fa62f9c73d57.mattst88@gentoo
1 commit: 6aed39f3484ec16c926a6ae0e266fa62f9c73d57
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 29 06:11:12 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 29 06:11:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6aed39f3
7
8 x11-apps/mesa-progs: Oops. Add src_prepare()
9
10 ---
11 x11-apps/mesa-progs/mesa-progs-9999.ebuild | 12 +++++++++---
12 1 files changed, 9 insertions(+), 3 deletions(-)
13
14 diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
15 index 4aa4258..63efdba 100644
16 --- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild
17 +++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
18 @@ -10,11 +10,11 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}"
19 EGIT_PROJECT="mesa-progs"
20
21 if [[ ${PV} = 9999* ]]; then
22 - GIT_ECLASS="git-2"
23 - EXPERIMENTAL="true"
24 + GIT_ECLASS="git-2"
25 + EXPERIMENTAL="true"
26 fi
27
28 -inherit toolchain-funcs ${GIT_ECLASS}
29 +inherit base autotools toolchain-funcs ${GIT_ECLASS}
30
31 DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
32 HOMEPAGE="http://mesa3d.sourceforge.net/"
33 @@ -39,6 +39,12 @@ src_unpack() {
34 [[ $PV = 9999* ]] && git-2_src_unpack
35 }
36
37 +src_prepare() {
38 + base_src_prepare
39 +
40 + eautoreconf
41 +}
42 +
43 src_configure() {
44 # We're not using the complete buildsystem if we only want to build
45 # glxinfo and glxgears.