Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598342 - gnome-extra/cinnamon - masked by: invalid: REQUIRED_USE: USE flag 'python_targets_python3_3' is not in IUSE
Summary: gnome-extra/cinnamon - masked by: invalid: REQUIRED_USE: USE flag 'python_tar...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cinnamon Team (DISABLED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 12:03 UTC by Mike Hiretsky
Modified: 2016-10-29 11:36 UTC (History)
0 users

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 Mike Hiretsky 2016-10-28 12:03:42 UTC
# emerge gnome-extra/cinnamon

!!! All ebuilds that could satisfy "cinnamon" have been masked.
!!! One of the following masked packages is required to complete your request:
- gnome-extra/cinnamon-3.0.7-r1::gentoo (masked by: invalid: REQUIRED_USE: USE flag 'python_targets_python3_3' is not in IUSE)
- gnome-extra/cinnamon-3.0.7::gentoo (masked by: invalid: REQUIRED_USE: USE flag 'python_targets_python3_3' is not in IUSE)
- gnome-extra/cinnamon-3.0.6::gentoo (masked by: invalid: REQUIRED_USE: USE flag 'python_targets_python3_3' is not in IUSE)
- gnome-extra/cinnamon-2.8.8::gentoo (masked by: invalid: REQUIRED_USE: USE flag 'python_targets_python3_3' is not in IUSE)

Probably it cause by eclass changing.

--- /usr/portage/eclass/python-utils-r1.eclass  2016-09-30 11:10:07.646986518 +0300
+++ /python-utils-r1.eclass     2016-10-28 14:54:15.085860002 +0300
@@ -44,7 +44,7 @@
        jython2_7
        pypy pypy3
        python2_7
-       python3_3 python3_4 python3_5
+       python3_4 python3_5
 )
 readonly _PYTHON_ALL_IMPLS
 
@@ -68,10 +68,10 @@
        # keep in sync with _PYTHON_ALL_IMPLS!
        # (not using that list because inline patterns shall be faster)
        case "${impl}" in
-               python2_7|python3_[345]|jython2_7)
+               python2_7|python3_[45]|jython2_7)
                        return 0
                        ;;
-               pypy1_[89]|pypy2_0|python2_[56]|python3_[12])
+               pypy1_[89]|pypy2_0|python2_[56]|python3_[123])
                        return 1
                        ;;
                pypy|pypy3)
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-10-29 11:36:44 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4df4076fdd473a8d2c68d923f835c29d86b7a2