commit: fdb836a3cf98eaaaf08ebff20e559a11cda65ed0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 22:00:25 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 22:01:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb836a3
app-eselect/eselect-python: Install wrapper for 'idle'
...lect-python-20151117-r1.ebuild => eselect-python-20151117-r2.ebuild} | 2 +-
app-eselect/eselect-python/eselect-python-99999999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-eselect/eselect-python/eselect-python-20151117-r1.ebuild
b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
similarity index 97%
rename from app-eselect/eselect-python/eselect-python-20151117-r1.ebuild
rename to app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
index 7fb2788..4e6988a 100644
--- a/app-eselect/eselect-python/eselect-python-20151117-r1.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
@@ -40,7 +40,7 @@ src_install() {
# loves to do readlink on sys.executable...
newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}"
done
- for f in python{,2,3}-config 2to3 pydoc pyvenv; do
+ for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
done
}
diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild
b/app-eselect/eselect-python/eselect-python-99999999.ebuild
index 7fb2788..4e6988a 100644
--- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
+++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild
@@ -40,7 +40,7 @@ src_install() {
# loves to do readlink on sys.executable...
newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}"
done
- for f in python{,2,3}-config 2to3 pydoc pyvenv; do
+ for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
done
}