diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-01 14:58:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-01 14:58:55 +0000 |
commit | 378c7881b2c8f26288dd08ee232b1d8ff783a902 (patch) | |
tree | 3dc8cee0486ed47a06ad753b39454139eece720c /games-engines | |
parent | old (diff) | |
download | gentoo-2-378c7881b2c8f26288dd08ee232b1d8ff783a902.tar.gz gentoo-2-378c7881b2c8f26288dd08ee232b1d8ff783a902.tar.bz2 gentoo-2-378c7881b2c8f26288dd08ee232b1d8ff783a902.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild index e15654f8be87..f0176ecdebd3 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.4.0.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/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.6 2012/07/10 21:06:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.7 2012/11/01 14:58:55 mr_bones_ Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -41,17 +41,17 @@ src_prepare() { local boost_ver=$(best_version ">=dev-libs/boost-1.32") - boost_ver=${boost_ver/*boost-/} - boost_ver=${boost_ver%.*} - boost_ver=${boost_ver/./_} + boost_ver=${boost_ver/*boost-/} + boost_ver=${boost_ver%.*} + boost_ver=${boost_ver/./_} - einfo "Using boost version ${boost_ver}" - append-cxxflags \ + einfo "Using boost version ${boost_ver}" + append-cxxflags \ -I/usr/include/boost-${boost_ver} - append-ldflags \ + append-ldflags \ -L/usr/$(get_libdir)/boost-${boost_ver} - export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}" - export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}" + export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}" + export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}" } src_configure() { |