From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFB7F139694 for ; Thu, 16 Mar 2017 23:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9FC521C095; Thu, 16 Mar 2017 23:26:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B0E121C095 for ; Thu, 16 Mar 2017 23:26:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB8F234108B for ; Thu, 16 Mar 2017 23:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A2826AB4 for ; Thu, 16 Mar 2017 23:26:47 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1489706791.c1dacea196b620f52ea8d644cd3ae075b1863c97.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rb_libtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild X-VCS-Directories: net-libs/rb_libtorrent/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: c1dacea196b620f52ea8d644cd3ae075b1863c97 X-VCS-Branch: master Date: Thu, 16 Mar 2017 23:26:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb13e66d-718a-44b3-a428-d07db1aa560f X-Archives-Hash: 0be6d1679eb1ff9a2314ed94013888c4 commit: c1dacea196b620f52ea8d644cd3ae075b1863c97 Author: Patrick McLean gentoo org> AuthorDate: Thu Mar 16 23:26:31 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Mar 16 23:26:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dacea1 net-libs/rb_libtorrent: link the python bindings against the right libpython version Package-Manager: Portage-2.3.4, Repoman-2.3.2 net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild index c3a54a8c6d7..5a8412d4f63 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild @@ -71,12 +71,10 @@ src_configure() { econf "${myeconfargs[@]}" if use python; then - myeconfargs+=( - --enable-python-binding - --with-boost-python - ) python_configure() { - econf "${myeconfargs[@]}" + econf "${myeconfargs[@]}" \ + --enable-python-binding \ + --with-boost-python="${EPYTHON#python}" } distutils-r1_src_configure fi