Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184226 - sys-process/psmisc-22.5 ebuild typo
Summary: sys-process/psmisc-22.5 ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-04 21:05 UTC by Patrick van Staveren
Modified: 2007-07-04 21:27 UTC (History)
0 users

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


Attachments
patch to correct the typo (psmisc-22.5-X.patch,479 bytes, patch)
2007-07-04 21:08 UTC, Patrick van Staveren
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick van Staveren 2007-07-04 21:05:38 UTC
Simple typo in psmisc-22.5, line 42:
use X || rm "${D}"/bi/pstree.x11
Should read:
use X || rm "${D}"/bin/pstree.x11

Reproducible: Always

Actual Results:  
pstree.x11 gets installed on a machine even if the X use flag is not enabled

Expected Results:  
pstree.x11 should not be installed when X use flag is disabled
Comment 1 Patrick van Staveren 2007-07-04 21:08:50 UTC
Created attachment 123900 [details, diff]
patch to correct the typo
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-07-04 21:27:57 UTC
Fixed, thanks