From: Michał Górny Date: Tue, 16 Feb 2016 22:39:51 +0000 (+0100) Subject: dev-lang/python-exec-9999: Update for another wrapper rename X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=44849504e7dda233834cb25455c1f604354ee530;p=gentoo.git dev-lang/python-exec-9999: Update for another wrapper rename --- diff --git a/dev-lang/python-exec/python-exec-9999.ebuild b/dev-lang/python-exec/python-exec-9999.ebuild index b13bf8bf4d6d..2b77cc79e78a 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 }