diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:45:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:45:18 +0000 |
commit | 77876424411531cad40374b11cad9e7c9962745b (patch) | |
tree | 2ca6a12807cea6bae95f65a8738f76309883bfd3 /dev-db | |
parent | whitespace (diff) | |
download | gentoo-2-77876424411531cad40374b11cad9e7c9962745b.tar.gz gentoo-2-77876424411531cad40374b11cad9e7c9962745b.tar.bz2 gentoo-2-77876424411531cad40374b11cad9e7c9962745b.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild b/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild index 7fd1a437d7f0..34beb64f19b6 100644 --- a/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild +++ b/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild,v 1.9 2006/11/23 20:01:16 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild,v 1.10 2007/06/26 01:45:18 mr_bones_ Exp $ inherit gnome2 eutils flag-o-matic @@ -37,7 +37,7 @@ src_unpack() { } src_compile() { - # mysql has -fno-exceptions, but we need exceptions + # mysql has -fno-exceptions, but we need exceptions append-flags -fexceptions cd "${S}"/mysql-gui-common |