commit: 44849504e7dda233834cb25455c1f604354ee530
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 22:39:51 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 22:56:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44849504
dev-lang/python-exec-9999: Update for another wrapper rename
dev-lang/python-exec/python-exec-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/python-exec/python-exec-9999.ebuild
b/dev-lang/python-exec/python-exec-9999.ebuild
index b13bf8b..2b77cc7 100644
--- a/dev-lang/python-exec/python-exec-9999.ebuild
+++ b/dev-lang/python-exec/python-exec-9999.ebuild
@@ -71,7 +71,7 @@ src_install() {
# Create Python interpreter executable wrappers
local f
for f in python{,2,3}{,-config} 2to3 idle pydoc pyvenv; do
- dosym python-exec2-c /usr/bin/"${f}"
+ dosym python-exec2c /usr/bin/"${f}"
done
}