commit: 251c1adb341b6d93926ab9870356b5eb61c7c531
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 15:53:21 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 15:53:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251c1adb
net-libs/rb_libtorrent: Whitespace
Package-Manager: portage-2.2.27
net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild | 12 ++++++------
1 file 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 6a42760..69fdcfa 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