diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-23 16:53:21 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-23 16:53:21 +0100 |
commit | 251c1adb341b6d93926ab9870356b5eb61c7c531 (patch) | |
tree | fb9189f9560674534fd66de0d45c1f0684a0116f /net-libs/rb_libtorrent | |
parent | sys-apps/man-db: amd64 stable wrt bug #572214 (diff) | |
download | gentoo-251c1adb341b6d93926ab9870356b5eb61c7c531.tar.gz gentoo-251c1adb341b6d93926ab9870356b5eb61c7c531.tar.bz2 gentoo-251c1adb341b6d93926ab9870356b5eb61c7c531.zip |
net-libs/rb_libtorrent: Whitespace
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild index 6a42760e43f1..69fdcfad59ba 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -56,7 +56,7 @@ src_configure() { else boost_py3="" fi - + if use python_targets_python2_7 ;then boost_py2="--with-boost-python=2.7" else @@ -79,9 +79,9 @@ src_configure() { if use python ;then python_setup fi - + autotools-utils_src_configure - + if use python ;then cd "${BUILD_DIR}"/bindings/python || die && \ distutils-r1_src_configure @@ -90,7 +90,7 @@ src_configure() { src_compile() { autotools-utils_src_compile - + if use python ;then cd "${BUILD_DIR}"/bindings/python || die && \ distutils-r1_src_compile @@ -101,7 +101,7 @@ src_install() { if use doc ;then HTML_DOCS=( "${S}"/docs/. ) fi - + autotools-utils_src_install if use python ;then |