Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Thu, 02 Feb 2012 02:51:04
Message-Id: 851a54be8a1d3c91aa1382fa91ea11519d96bdc6.robbat2@gentoo
1 commit: 851a54be8a1d3c91aa1382fa91ea11519d96bdc6
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 02:50:43 2012 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 02:50:43 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=851a54be
7
8 Move pbxt block checking.
9
10 ---
11 eclass/mysql-v2.eclass | 17 ++++++++---------
12 1 files changed, 8 insertions(+), 9 deletions(-)
13
14 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
15 index 52ed606..fa5c7e3 100644
16 --- a/eclass/mysql-v2.eclass
17 +++ b/eclass/mysql-v2.eclass
18 @@ -1,6 +1,6 @@
19 -# Copyright 1999-2011 Gentoo Foundation
20 +# Copyright 1999-2012 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.9 2011/10/07 04:30:18 jmbsvicetto Exp $
23 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.14 2012/01/09 10:42:19 grobian Exp $
24
25 # @ECLASS: mysql-v2.eclass
26 # @MAINTAINER:
27 @@ -326,14 +326,13 @@ if pbxt_patch_available; then
28 PBXT_SRC_URI="http://www.primebase.org/download/${PBXT_P}.tar.gz mirror://sourceforge/pbxt/${PBXT_P}.tar.gz"
29 SRC_URI="${SRC_URI} pbxt? ( ${PBXT_SRC_URI} )"
30
31 -fi
32 -
33 -# PBXT_NEWSTYLE means pbxt is in storage/ and gets enabled as other plugins
34 -# vs. built outside the dir
35 -if pbxt_available; then
36 + # PBXT_NEWSTYLE means pbxt is in storage/ and gets enabled as other plugins
37 + # vs. built outside the dir
38 + if pbxt_available; then
39
40 - IUSE="${IUSE} pbxt"
41 - PBXT_NEWSTYLE=1
42 + IUSE="${IUSE} pbxt"
43 + PBXT_NEWSTYLE=1
44 + fi
45 fi
46
47 if xtradb_patch_available; then