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 | e97b97f95e0c6b9020bb6a6185b1bb4abccbb7ae (patch) | |
tree | 8a1413d49f7e546d681bf763ac8248fefb27204e /eclass | |
parent | Fixes bug #428142 in 019 and 022. (diff) | |
download | historical-e97b97f95e0c6b9020bb6a6185b1bb4abccbb7ae.tar.gz historical-e97b97f95e0c6b9020bb6a6185b1bb4abccbb7ae.tar.bz2 historical-e97b97f95e0c6b9020bb6a6185b1bb4abccbb7ae.zip |
Bug #428742: missing whitespace.
Diffstat (limited to '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 ;; |