diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-24 11:34:52 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-24 11:35:51 -0500 |
commit | f1ace35d4ae34b0788433037a4ef5bd4859b4d52 (patch) | |
tree | 531972003d45c400fd1567abdee6f553c9045c8f /app-eselect/eselect-python | |
parent | sci-geosciences/qmapshack: bump to 1.7.1 (diff) | |
download | gentoo-f1ace35d4ae34b0788433037a4ef5bd4859b4d52.tar.gz gentoo-f1ace35d4ae34b0788433037a4ef5bd4859b4d52.tar.bz2 gentoo-f1ace35d4ae34b0788433037a4ef5bd4859b4d52.zip |
app-eselect/eselect-python: regen python-config in pkg_postinst
Bug: https://bugs.gentoo.org/567866
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'app-eselect/eselect-python')
-rw-r--r-- | app-eselect/eselect-python/eselect-python-20140125-r2.ebuild (renamed from app-eselect/eselect-python/eselect-python-20140125-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild index 7fded8d9f6e4..f6fd384dee28 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 |