dev-lang/tcc: whitespace
authorFelix Janda <felix.janda@posteo.de>
Fri, 5 Aug 2016 16:17:28 +0000 (18:17 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Aug 2016 16:44:55 +0000 (18:44 +0200)
dev-lang/tcc/tcc-0.9.26-r1.ebuild

index debf142f95bea1874aacc079b170a72354c33755..fd70a7b0362fd777cff04647d9e13846fa8e1d94 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -40,12 +40,12 @@ src_configure() {
                                        # better fixes welcome, it feels wrong to hack the env like this
        # not autotools, so call configure directly
        ./configure --cc="$(tc-getCC)" \
-                --bindir=/usr/bin \
-                --libdir=/usr/$(get_libdir) \
-                --tccdir=tcc \
-                --includedir=/usr/include \
-                --docdir=/usr/share/doc/${PF} \
-                --mandir=/usr/share/man
+               --bindir=/usr/bin \
+               --libdir=/usr/$(get_libdir) \
+               --tccdir=tcc \
+               --includedir=/usr/include \
+               --docdir=/usr/share/doc/${PF} \
+               --mandir=/usr/share/man
 }
 
 src_compile() {