diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 00:27:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 00:27:05 +0000 |
commit | 54551c7cea68e529177741f9605412f446e47c70 (patch) | |
tree | 8ee9f6aa1e38bf36a657658d86b895228c540203 /net-irc/quassel | |
parent | whitespace (diff) | |
download | gentoo-2-54551c7cea68e529177741f9605412f446e47c70.tar.gz gentoo-2-54551c7cea68e529177741f9605412f446e47c70.tar.bz2 gentoo-2-54551c7cea68e529177741f9605412f446e47c70.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 499678d63edf..d10293daa3e8 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.15 2009/01/18 19:44:40 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.16 2009/01/19 00:27:05 mr_bones_ Exp $ EAPI="2" @@ -64,9 +64,9 @@ pkg_setup() { } src_configure() { -# Comment this out and invoke _common_configure_code and cmake manually until cmake-utils.eclass -# supports space separated strings as arguments for cmake options or quassel changes the -# separator. Until now multiple languages are not passed to -DLINGUAS and only the first +# Comment this out and invoke _common_configure_code and cmake manually until cmake-utils.eclass +# supports space separated strings as arguments for cmake options or quassel changes the +# separator. Until now multiple languages are not passed to -DLINGUAS and only the first # language is considered. local mycmakeargs="$(cmake-utils_use_want server CORE) $(cmake-utils_use_want X QTCLIENT) |