diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-23 18:40:54 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-23 18:44:13 +0200 |
commit | d0a442be5a2f7851c768527571360ccaf453be37 (patch) | |
tree | b836010207aad8ba9e90cac2661e592221e673d7 /profiles/base/package.use | |
parent | dev-perl/Net-SSH-Perl: -r1 bump for RDEP change (diff) | |
download | gentoo-d0a442be5a2f7851c768527571360ccaf453be37.tar.gz gentoo-d0a442be5a2f7851c768527571360ccaf453be37.tar.bz2 gentoo-d0a442be5a2f7851c768527571360ccaf453be37.zip |
media-sound/gnome-music: fix python and introspection deps handling
Convert from python-r1 to python-single-r1 while we don't have any gnome-music module
consumers than gnome-music itself, to not have useless site-packages of these.
Upstream has a hardcoded to python3 shebang, so force it to what python-single-r1
ended up choosing.
Remove ugly upstream 3.4 site-packages path inserts that would potentially defeat our
whole purpose of choosing 3.5 or 3.6 over 3.4 as python provider.
Gentoo-bug: 612380
Thanks-to: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles/base/package.use')
-rw-r--r-- | profiles/base/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 46efc42d9766..cf8735ba3506 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Mart Raudsepp <leio@gentoo.org> (23 Mar 2017) +# Only python3 supported +media-sound/gnome-music python_single_target_python3_4 + # Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2017) # Only >=python3_5 supported dev-util/kdevelop-python:5 python_single_target_python3_5 |