Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487352 - app-emulation/spice: improvement for use of python-any-r1
Summary: app-emulation/spice: improvement for use of python-any-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 20:58 UTC by Michał Górny
Modified: 2013-10-09 05:25 UTC (History)
3 users (show)

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


Attachments
Ebuild diff (spice-0.12.4.ebuild.diff,565 bytes, patch)
2013-10-08 20:58 UTC, Michał Górny
Details | Diff

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-08 20:58:39 UTC
Created attachment 360434 [details, diff]
Ebuild diff

python-any-r1 has been given a new 'python_gen_any_dep' [1] function that can be used to generate deps that will enforce that all packages will have at least one matching python impl (along with python_check_deps()).

I'm attaching a diff that makes use of the new function. It applies to both ebuilds using the eclass.

Please either commit the change or let me know that you're ok with it. Since it's fairly trivial, I will commit it on the weekend if I get no reply. If you have any questions, feel free to ask here or on the IRC.

[1]:http://wiki.gentoo.org/wiki/Python/python-any-r1#python_gen_any_dep
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2013-10-08 21:46:45 UTC
Just do it.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-09 05:25:01 UTC
+  09 Oct 2013; Michał Górny <mgorny@gentoo.org> spice-0.12.3-r1.ebuild,
+  spice-0.12.4.ebuild:
+  Improve Python dependencies using python-any-r1, bug #487352.