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: Tue, 31 Jul 2012 17:01:34
Message-Id: 1343754073.d625e1a53f6063f96b0ebe6858765358fc52b13c.robbat2@gentoo
1 commit: d625e1a53f6063f96b0ebe6858765358fc52b13c
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 17:01:13 2012 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 17:01:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=d625e1a5
7
8 Bug #428742: missing whitespace.
9
10 ---
11 eclass/mysql.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
15 index b883ace..731e231 100644
16 --- a/eclass/mysql.eclass
17 +++ b/eclass/mysql.eclass
18 @@ -790,7 +790,7 @@ mysql_pkg_setup() {
19 # bug 350844
20 case "${EAPI:-0}" in
21 0 | 1)
22 - if use static && !built_with_use sys-libs/ncurses static-libs; then
23 + if use static && ! built_with_use sys-libs/ncurses static-libs; then
24 die "To build MySQL statically you need to enable static-libs for sys-libs/ncurses"
25 fi
26 ;;