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 2863F138334 for ; Mon, 9 Sep 2019 18:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BE57E0930; Mon, 9 Sep 2019 18:48:28 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F6C6E0930 for ; Mon, 9 Sep 2019 18:48:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2049434AF21 for ; Mon, 9 Sep 2019 18:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1C937E8 for ; Mon, 9 Sep 2019 18:48:22 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1568054894.0a3c91cdbdd1c7e4c3038a065dc7d330ec4c4c10.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0a3c91cdbdd1c7e4c3038a065dc7d330ec4c4c10 X-VCS-Branch: master Date: Mon, 9 Sep 2019 18:48:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02794a7b-50f5-4561-97e0-ec83f742de41 X-Archives-Hash: e77a2ee53f41a630f4d73cd3ddcb878d commit: 0a3c91cdbdd1c7e4c3038a065dc7d330ec4c4c10 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 9 18:43:48 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 9 18:48:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3c91cd net-irc/weechat: sync live ebuild Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> net-irc/weechat/weechat-9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 9ff15b1d86c..024f0d1b0d0 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -135,14 +135,6 @@ src_configure() { -DENABLE_XFER=$(usex xfer) ) - if use python; then - python_export PYTHON_LIBPATH - mycmakeargs+=( - -DPYTHON_EXECUTABLE="${PYTHON}" - -DPYTHON_LIBRARY="${PYTHON_LIBPATH}" - ) - fi - cmake-utils_src_configure }