From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 35747138010 for ; Wed, 29 Aug 2012 06:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09B54E04E7; Wed, 29 Aug 2012 06:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CAD92E04E7 for ; Wed, 29 Aug 2012 06:10:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA84733D74B for ; Wed, 29 Aug 2012 06:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78F61E543C for ; Wed, 29 Aug 2012 06:10:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1346220672.6aed39f3484ec16c926a6ae0e266fa62f9c73d57.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-apps/mesa-progs/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-apps/mesa-progs/mesa-progs-9999.ebuild X-VCS-Directories: x11-apps/mesa-progs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6aed39f3484ec16c926a6ae0e266fa62f9c73d57 X-VCS-Branch: master Date: Wed, 29 Aug 2012 06:10:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 639cc0b1-020d-4040-8cf7-e904f666b3e3 X-Archives-Hash: c27d0460497b04ed3e3b58c4aa1f1cb8 commit: 6aed39f3484ec16c926a6ae0e266fa62f9c73d57 Author: Matt Turner gmail com> AuthorDate: Wed Aug 29 06:11:12 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Aug 29 06:11:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6aed39f3 x11-apps/mesa-progs: Oops. Add src_prepare() --- x11-apps/mesa-progs/mesa-progs-9999.ebuild | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild index 4aa4258..63efdba 100644 --- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild @@ -10,11 +10,11 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}" EGIT_PROJECT="mesa-progs" if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" + GIT_ECLASS="git-2" + EXPERIMENTAL="true" fi -inherit toolchain-funcs ${GIT_ECLASS} +inherit base autotools toolchain-funcs ${GIT_ECLASS} DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)" HOMEPAGE="http://mesa3d.sourceforge.net/" @@ -39,6 +39,12 @@ src_unpack() { [[ $PV = 9999* ]] && git-2_src_unpack } +src_prepare() { + base_src_prepare + + eautoreconf +} + src_configure() { # We're not using the complete buildsystem if we only want to build # glxinfo and glxgears.