From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015029-garchives=archives.gentoo.org@lists.gentoo.org> 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 496301381F1 for <garchives@archives.gentoo.org>; Wed, 4 Apr 2018 21:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5025E0A93; Wed, 4 Apr 2018 21:05:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACB46E0A93 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 21:05:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2F26335C8F for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 21:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00E68272 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 21:05:39 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1522875898.f80bedd48d58dcfa3b12b41b650bd3d0ac875a40.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-2.1.1.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: f80bedd48d58dcfa3b12b41b650bd3d0ac875a40 X-VCS-Branch: master Date: Wed, 4 Apr 2018 21:05:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4dbce5b-fd47-4268-bea7-154baa205ff4 X-Archives-Hash: dc47eac6ed7f69a372df3c884e4bf223 commit: f80bedd48d58dcfa3b12b41b650bd3d0ac875a40 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Wed Apr 4 21:04:19 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Wed Apr 4 21:04:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80bedd4 app-emulation/lxc: fix compilation with USE=+python Thanks to Arfrever for pointing this out! Closes: https://bugs.gentoo.org/646702 Bug: https://bugs.gentoo.org/631624#c2 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-emulation/lxc/lxc-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-2.1.1.ebuild b/app-emulation/lxc/lxc-2.1.1.ebuild index 304701cf005..e02adaf47ad 100644 --- a/app-emulation/lxc/lxc-2.1.1.ebuild +++ b/app-emulation/lxc/lxc-2.1.1.ebuild @@ -146,7 +146,7 @@ src_configure() { } python_compile() { - distutils-r1_python_compile build_ext -I ../ -L ../${PN} + distutils-r1_python_compile build_ext -I.. -L../lxc/.libs --no-pkg-config } src_compile() {