diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-06 19:27:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-06 19:27:33 +0000 |
commit | bfad6ea67eb7000ed7d9b567e52cee9e09d59c78 (patch) | |
tree | ecf55b31c996269cb913ec051441c9ed4a42e0a4 /dev-util/synopsis | |
parent | whitespace (diff) | |
download | gentoo-2-bfad6ea67eb7000ed7d9b567e52cee9e09d59c78.tar.gz gentoo-2-bfad6ea67eb7000ed7d9b567e52cee9e09d59c78.tar.bz2 gentoo-2-bfad6ea67eb7000ed7d9b567e52cee9e09d59c78.zip |
whitespace
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/synopsis')
-rw-r--r-- | dev-util/synopsis/synopsis-0.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/synopsis/synopsis-0.13.ebuild b/dev-util/synopsis/synopsis-0.13.ebuild index 423a7bfdbc99..e70ff158fa1f 100644 --- a/dev-util/synopsis/synopsis-0.13.ebuild +++ b/dev-util/synopsis/synopsis-0.13.ebuild @@ -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/dev-util/synopsis/synopsis-0.13.ebuild,v 1.1 2012/11/05 17:53:44 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.2 2012/11/06 19:27:33 mr_bones_ Exp $ EAPI=4 DISTUTILS_IN_SOURCE_BUILD=1 @@ -35,8 +35,8 @@ pkg_setup() { python_prepare() { rm -r src/Synopsis/gc || die "failed to remove bundled lib" - # the distutils script passes its options to a number of - # autoconf scripts, to not all of which these options are + # the distutils script passes its options to a number of + # autoconf scripts, to not all of which these options are # relevant. adding this option disables these useless warnings. sed -e "/self.announce(command)/i\ command += ' --disable-option-checking'" \ -i Synopsis/dist/command/config.py || die |