summaryrefslogtreecommitdiff
path: root/net-libs/rb_libtorrent
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-01-23 16:53:21 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-01-23 16:53:21 +0100
commit251c1adb341b6d93926ab9870356b5eb61c7c531 (patch)
treefb9189f9560674534fd66de0d45c1f0684a0116f /net-libs/rb_libtorrent
parentf13f59bbe3ec2f9f610d8606f5177c6920dfcd66 (diff)
downloadgentoo-251c1adb341b6d93926ab9870356b5eb61c7c531.tar.gz
gentoo-251c1adb341b6d93926ab9870356b5eb61c7c531.tar.xz
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.ebuild12
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 6a42760e43f..69fdcfad59b 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