Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 636162

Summary: dev-python/xapp should depend on x11-libs/xapps[introspection]
Product: Gentoo Linux Reporter: Austin S. Hemmelgarn <ahferroin7>
Component: Current packagesAssignee: Gentoo Cinnamon Team (DISABLED) <cinnamon+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Austin S. Hemmelgarn 2017-11-01 14:07:43 UTC
dev-python/xapp currently has

DEPEND="x11-libs/xapps"

However, if x11-libs/xapps is built with USE='-introspection', dev-python/xapp will stop working, and break anything that depends on it (in my case, cinnamon-screensaver stopped working).

As such, the depend line should instead be:

DEPEND="x11-libs/xapps[introspection]"
Comment 1 Larry the Git Cow gentoo-dev 2017-11-26 15:43:42 UTC
The bug has been referenced in the following commit(s):

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

commit 6d11aa141259c04645bf015a8145a86503b8d53c
Author:     Kristian Fiskerstrand <k_f@gentoo.org>
AuthorDate: 2017-11-26 14:26:02 +0000
Commit:     Kristian Fiskerstrand <k_f@gentoo.org>
CommitDate: 2017-11-26 15:10:52 +0000

    dev-python/xapp: Add explicit introspection dep
    
    Bug: https://bugs.gentoo.org/636162
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/xapp/xapp-1.0.1-r2.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)}