Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410373 - dev-python/epydoc-3.0.1-r2 installs epydocgui-* wrapper if USE="-X"
Summary: dev-python/epydoc-3.0.1-r2 installs epydocgui-* wrapper if USE="-X"
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-02-28
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2012-03-31 17:56 UTC by Sławomir Nizio
Modified: 2020-02-28 07:34 UTC (History)
2 users (show)

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 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.