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 C6C181395E2 for ; Thu, 24 Nov 2016 16:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9552BE0785; Thu, 24 Nov 2016 16:35:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7A50DE0785 for ; Thu, 24 Nov 2016 16:35:58 +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 961FA340AC7 for ; Thu, 24 Nov 2016 16:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCCE487 for ; Thu, 24 Nov 2016 16:35:54 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1480005351.f1ace35d4ae34b0788433037a4ef5bd4859b4d52.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-python/eselect-python-20140125-r1.ebuild app-eselect/eselect-python/eselect-python-20140125-r2.ebuild X-VCS-Directories: app-eselect/eselect-python/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f1ace35d4ae34b0788433037a4ef5bd4859b4d52 X-VCS-Branch: master Date: Thu, 24 Nov 2016 16:35:54 +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: 08804859-d24a-4dfb-a28f-a274adacae6e X-Archives-Hash: ccfbba19fe35901aefaccfaf7a4bedf0 commit: f1ace35d4ae34b0788433037a4ef5bd4859b4d52 Author: Mike Gilbert gentoo org> AuthorDate: Thu Nov 24 16:34:52 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 24 16:35:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ace35d app-eselect/eselect-python: regen python-config in pkg_postinst Bug: https://bugs.gentoo.org/567866 Package-Manager: portage-2.3.2_p8 ...lect-python-20140125-r1.ebuild => eselect-python-20140125-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild similarity index 94% rename from app-eselect/eselect-python/eselect-python-20140125-r1.ebuild rename to app-eselect/eselect-python/eselect-python-20140125-r2.ebuild index 7fded8d..f6fd384 100644 --- a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild +++ b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild @@ -37,6 +37,8 @@ src_install() { pkg_postinst() { if has_version 'dev-lang/python'; then eselect python update --if-unset + # Regen python-config wrapper + eselect python set $(eselect python show) fi if has_version '=dev-lang/python-2*'; then eselect python update --python2 --if-unset