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 1SUQZs-0002h7-ST for garchives@archives.gentoo.org; Tue, 15 May 2012 22:50:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5328AE09BE; Tue, 15 May 2012 22:50:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23010E09BE for ; Tue, 15 May 2012 22:50:40 +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 CE4BA1B400D for ; Tue, 15 May 2012 22:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 919A5E5429 for ; Tue, 15 May 2012 22:50:37 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1337122229.a52cebf68588f13ecff226f3205b930fd31893ae.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: a52cebf68588f13ecff226f3205b930fd31893ae X-VCS-Branch: master Date: Tue, 15 May 2012 22:50:37 +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: a85720e9-9c40-4f8b-8849-76622c0ea7bd X-Archives-Hash: 60f53ede9fcff2265d6f008a5c24fff6 commit: a52cebf68588f13ecff226f3205b930fd31893ae Author: Robin H. Johnson gentoo org> AuthorDate: Tue May 15 22:50:29 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue May 15 22:50:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Da52cebf6 Fix pbxt build. --- eclass/mysql-autotools.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclas= s index 297a66e..6934abc 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -397,7 +397,7 @@ mysql-autotools_src_prepare() { popd >/dev/null fi =20 - if pbxt_available && [[ "${PBXT_NEWSTYLE}" !=3D "1" ]] && use pbxt ; th= en + if pbxt_available && [[ "${PBXT_NEWSTYLE}" =3D=3D "1" ]] && use pbxt ; = then einfo "Adding storage engine: PBXT" pushd "${S}"/storage >/dev/null i=3D'pbxt'