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

Bug 410373

Summary: dev-python/epydoc-3.0.1-r2 installs epydocgui-* wrapper if USE="-X"
Product: Gentoo Linux Reporter: Sławomir Nizio <slawomir.nizio>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WONTFIX    
Severity: normal CC: mgorny, treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Deadline: 2020-02-28   

Description Sławomir Nizio 2012-03-31 17:56:09 UTC
* Found these USE flags for dev-python/epydoc-3.0.1-r1: U I
 - - X     : Adds support for X11
(...)

# ls /usr/bin/epydocgui*
/usr/bin/epydocgui-2.7

The file shouldn't (or, seems not intended to) be installed.
Proposed change in ebuild:
-        use X || rm -f "${ED}usr/bin/epydocgui"
+        use X || rm -f "${ED}usr/bin/epydocgui"*


Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-20 21:43:29 UTC
This was apparently 'fixed' in -r2 but the fix no longer works correctly with python-exec-2.