Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487576 - app-editors/vim-qt: uses python-any-r1 incorrectly
Summary: app-editors/vim-qt: uses python-any-r1 incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-10 20:22 UTC by Michał Górny
Modified: 2013-10-16 12:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-10 20:22:43 UTC
The ebuild uses python-any-r1. As a result, qvim links to a random Python implementation installed and lacks proper dependency on it.

The build should use python-single-r1 instead, much like vim and gvim.
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2013-10-16 04:07:06 UTC
Please feel free to fix this. I really need to take another look at the ebuild, especially since the new vim ebuilds have dropped the old eclass. But I don't know when I'll have time for that.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-16 12:20:34 UTC
+  16 Oct 2013; Michał Górny <mgorny@gentoo.org> +vim-qt-20130201-r1.ebuild,
+  +vim-qt-20130220-r1.ebuild, -vim-qt-20130201.ebuild, -vim-qt-20130220.ebuild:
+  Fix Python support, use python-single-r1 since the package links to a specific
+  version of Python.