diff options
author | 2007-06-26 01:40:23 +0000 | |
---|---|---|
committer | 2007-06-26 01:40:23 +0000 | |
commit | 63bfae28eb529b00edf63782d64fc9165ecaca40 (patch) | |
tree | 2778541881cd5bb509a7a2e08b191541f8477b66 | |
parent | whitespace (diff) | |
download | gentoo-2-63bfae28eb529b00edf63782d64fc9165ecaca40.tar.gz gentoo-2-63bfae28eb529b00edf63782d64fc9165ecaca40.tar.bz2 gentoo-2-63bfae28eb529b00edf63782d64fc9165ecaca40.zip |
whitespace
(Portage version: 2.1.2.7)
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.21.ebuild b/app-mobilephone/obexftp/obexftp-0.21.ebuild index 70dfa7d080a8..f80c6ceb5678 100644 --- a/app-mobilephone/obexftp/obexftp-0.21.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.21.ebuild,v 1.13 2007/06/23 14:06:36 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.21.ebuild,v 1.14 2007/06/26 01:40:23 mr_bones_ Exp $ WANT_AUTOMAKE="1.9" @@ -39,7 +39,7 @@ src_unpack() { src_compile() { if use python || use tcl ; then - # These wrappers break strict aliasing rules + # These wrappers break strict aliasing rules append-flags -fno-strict-aliasing fi if use debug ; then |