From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QPQtX-000470-0p for garchives@archives.gentoo.org; Thu, 26 May 2011 03:05:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20B71C001; Thu, 26 May 2011 03:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 71A211C001 for ; Thu, 26 May 2011 03:05:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB4A21B4009 for ; Thu, 26 May 2011 03:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5A4498001D for ; Thu, 26 May 2011 03:05:44 +0000 (UTC) From: "Donnie Berkholz" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Donnie Berkholz" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: dberkholz X-VCS-Committer-Name: Donnie Berkholz X-VCS-Revision: acb114990bde9cb0858688297233ae3b76cea12e Date: Thu, 26 May 2011 03:05:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 50e2a90b75d0b092e7f27aa444811966 commit: acb114990bde9cb0858688297233ae3b76cea12e Author: Donnie Berkholz gentoo org> AuthorDate: Thu May 26 03:05:10 2011 +0000 Commit: Donnie Berkholz gentoo org> CommitDate: Thu May 26 03:05:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dacb11499 mesa: allow patches to live-git 9999 versions. --- media-libs/mesa/mesa-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 1e430f7..670fdc4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -124,12 +124,13 @@ pkg_setup() { } =20 src_unpack() { - [[ $PV =3D 9999* ]] && git-2_src_unpack || base_src_unpack + default + [[ $PV =3D 9999* ]] && git-2_src_unpack } =20 src_prepare() { # apply patches - if [[ ${PV} !=3D 9999* && -n ${SRC_PATCHES} ]]; then + if [[ -n ${SRC_PATCHES} ]]; then EPATCH_FORCE=3D"yes" \ EPATCH_SOURCE=3D"${WORKDIR}/patches" \ EPATCH_SUFFIX=3D"patch" \