diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-07-31 16:57:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-07-31 16:57:29 +0000 |
commit | fcff5601c2248d225c737cf9a8087b82ba35f6bc (patch) | |
tree | 39da999b0d166c286200b97cae3ff4c1396476b0 /eclass/mysql.eclass | |
parent | Fixes bug #428142 in 019 and 022. (diff) | |
download | gentoo-2-fcff5601c2248d225c737cf9a8087b82ba35f6bc.tar.gz gentoo-2-fcff5601c2248d225c737cf9a8087b82ba35f6bc.tar.bz2 gentoo-2-fcff5601c2248d225c737cf9a8087b82ba35f6bc.zip |
Bug #428742: missing whitespace.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 00d7a9679b81..a87b7ea09498 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.172 2012/07/23 10:57:15 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.173 2012/07/31 16:57:29 robbat2 Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -790,7 +790,7 @@ mysql_pkg_setup() { # bug 350844 case "${EAPI:-0}" in 0 | 1) - if use static && !built_with_use sys-libs/ncurses static-libs; then + if use static && ! built_with_use sys-libs/ncurses static-libs; then die "To build MySQL statically you need to enable static-libs for sys-libs/ncurses" fi ;; |