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 1RxUsb-0000CA-4G for garchives@archives.gentoo.org; Wed, 15 Feb 2012 02:46:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D93E0B0C; Wed, 15 Feb 2012 02:45:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E6D5E0B0C for ; Wed, 15 Feb 2012 02:45:53 +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 648AF1B4001 for ; Wed, 15 Feb 2012 02:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 234B2E5400 for ; Wed, 15 Feb 2012 02:45:51 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1329273710.c710dd7637d375706ce7dce9ffe399e0e2742dbd.jmbsvicetto@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: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: c710dd7637d375706ce7dce9ffe399e0e2742dbd X-VCS-Branch: master Date: Wed, 15 Feb 2012 02:45:51 +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: 38a6b30b-204c-438b-87d4-1336d493b5e5 X-Archives-Hash: e6953cfae3fe863fa91d2260a66eb040 commit: c710dd7637d375706ce7dce9ffe399e0e2742dbd Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Wed Feb 15 02:41:50 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Wed Feb 15 02:41:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Dc710dd76 Revert "Move pbxt block checking." Fix bug 364623 again. This reverts commit 851a54be8a1d3c91aa1382fa91ea11519d96bdc6. --- eclass/mysql-v2.eclass | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index fa5c7e3..52ed606 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.14 2012/01= /09 10:42:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.9 2011/10/= 07 04:30:18 jmbsvicetto Exp $ =20 # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -326,13 +326,14 @@ 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 - # PBXT_NEWSTYLE means pbxt is in storage/ and gets enabled as other plu= gins - # vs. built outside the dir - if pbxt_available; then +fi =20 - IUSE=3D"${IUSE} pbxt" - PBXT_NEWSTYLE=3D1 - fi +# PBXT_NEWSTYLE means pbxt is in storage/ and gets enabled as other plug= ins +# vs. built outside the dir +if pbxt_available; then + + IUSE=3D"${IUSE} pbxt" + PBXT_NEWSTYLE=3D1 fi =20 if xtradb_patch_available; then