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 1RsmlM-0003r8-6P for garchives@archives.gentoo.org; Thu, 02 Feb 2012 02:51:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B37E073B; Thu, 2 Feb 2012 02:50:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A169E073B for ; Thu, 2 Feb 2012 02:50:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B49F11B400D for ; Thu, 2 Feb 2012 02:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3BCE880052 for ; Thu, 2 Feb 2012 02:50:55 +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: <851a54be8a1d3c91aa1382fa91ea11519d96bdc6.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 851a54be8a1d3c91aa1382fa91ea11519d96bdc6 Date: Thu, 2 Feb 2012 02:50:55 +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: 3c54e887-21e8-4979-a8aa-e1fe21baebee X-Archives-Hash: 2fe3c3886f9fca3a724ee84920963675 commit: 851a54be8a1d3c91aa1382fa91ea11519d96bdc6 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Feb 2 02:50:43 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Feb 2 02:50:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D851a54be Move pbxt block checking. --- eclass/mysql-v2.eclass | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 52ed606..fa5c7e3 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.9 2011/10/= 07 04:30:18 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.14 2012/01= /09 10:42:19 grobian Exp $ =20 # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -326,14 +326,13 @@ if pbxt_patch_available; then PBXT_SRC_URI=3D"http://www.primebase.org/download/${PBXT_P}.tar.gz mirr= or://sourceforge/pbxt/${PBXT_P}.tar.gz" SRC_URI=3D"${SRC_URI} pbxt? ( ${PBXT_SRC_URI} )" =20 -fi - -# PBXT_NEWSTYLE means pbxt is in storage/ and gets enabled as other plug= ins -# vs. built outside the dir -if pbxt_available; then + # PBXT_NEWSTYLE means pbxt is in storage/ and gets enabled as other plu= gins + # vs. built outside the dir + if pbxt_available; then =20 - IUSE=3D"${IUSE} pbxt" - PBXT_NEWSTYLE=3D1 + IUSE=3D"${IUSE} pbxt" + PBXT_NEWSTYLE=3D1 + fi fi =20 if xtradb_patch_available; then