Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48312 - Setting RXVT_TERM doesn't work when merging rxvt-2.7.10
Summary: Setting RXVT_TERM doesn't work when merging rxvt-2.7.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-19 05:47 UTC by Adam Chodorowski
Modified: 2004-04-19 07:10 UTC (History)
0 users

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


Attachments
Patch to fix the bug (rxvt-2.7.10.ebuild.patch,312 bytes, patch)
2004-04-19 05:48 UTC, Adam Chodorowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Chodorowski 2004-04-19 05:47:20 UTC
Setting RXVT_TERM when merging rxvt 2.7.10 doesn't have any effect, contrary to the information provided by the ebuild. 

Reproducible: Always
Steps to Reproduce:
1. RXVT_TERM=xterm emerge rxvt-2.7.10


Actual Results:  
rxvt is built with --with-term=rxvt

Expected Results:  
rxvt should be built with --with-term=$RXVT_TERM
Comment 1 Adam Chodorowski 2004-04-19 05:48:49 UTC
Created attachment 29611 [details, diff]
Patch to fix the bug

This patch fixes the bug by removing a redundant --with-term=rxvt configure
option, which is overriding the --with-term=$RXVT_TERM that comes before it.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-04-19 07:10:42 UTC
Fixed. Thanks for the report.