diff options
author | Felix Janda <felix.janda@posteo.de> | 2016-08-05 18:17:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-06 18:44:55 +0200 |
commit | b3fb3980925f5f6a274dd4882ea83bdc9dec3528 (patch) | |
tree | 169da62f2466f67dee96e22450a2dd1a6469d2b0 /dev-lang/tcc | |
parent | dev-lang/execline: whitespace (diff) | |
download | gentoo-b3fb3980925f5f6a274dd4882ea83bdc9dec3528.tar.gz gentoo-b3fb3980925f5f6a274dd4882ea83bdc9dec3528.tar.bz2 gentoo-b3fb3980925f5f6a274dd4882ea83bdc9dec3528.zip |
dev-lang/tcc: whitespace
Diffstat (limited to 'dev-lang/tcc')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.26-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-lang/tcc/tcc-0.9.26-r1.ebuild b/dev-lang/tcc/tcc-0.9.26-r1.ebuild index debf142f95be..fd70a7b0362f 100644 --- a/dev-lang/tcc/tcc-0.9.26-r1.ebuild +++ b/dev-lang/tcc/tcc-0.9.26-r1.ebuild @@ -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() { |