diff options
| author | Michał Górny <mgorny@gentoo.org> | 2015-11-06 23:16:25 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2015-11-11 11:23:02 +0100 |
| commit | f36988d89bc66eb2bb8149bd7a890703dfd81365 (patch) | |
| tree | 30677fab6c087ec0b5dd5016e0d039c5a7a211a2 /dev-lang/python/python-3.5.0-r2.ebuild | |
| parent | b6387d3230123eda5c2751a6eb991087a5df84e5 (diff) | |
| download | gentoo-f36988d89bc66eb2bb8149bd7a890703dfd81365.tar.gz gentoo-f36988d89bc66eb2bb8149bd7a890703dfd81365.tar.bz2 gentoo-f36988d89bc66eb2bb8149bd7a890703dfd81365.zip | |
dev-lang/python: Remove python-config-X.Y compatibility
Remove the python-config-X.Y symlinks that were added as the Gentoo
divergence compatibility.
Diffstat (limited to 'dev-lang/python/python-3.5.0-r2.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.5.0-r2.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-lang/python/python-3.5.0-r2.ebuild b/dev-lang/python/python-3.5.0-r2.ebuild index 34ac46e14394..4e541d502b63 100644 --- a/dev-lang/python/python-3.5.0-r2.ebuild +++ b/dev-lang/python/python-3.5.0-r2.ebuild @@ -237,9 +237,6 @@ src_install() { -e "s/\(PY_LDFLAGS=\).*/\1/" \ -i "${libdir}/config-${SLOT}"*/Makefile || die "sed failed" - # Backwards compat with Gentoo divergence. - dosym python${SLOT}-config /usr/bin/python-config-${SLOT} - # Fix collisions between different slots of Python. rm -f "${ED}usr/$(get_libdir)/libpython3.so" |
