Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128185 - rxvt-unicode-7.7 - xft error in ebuild
Summary: rxvt-unicode-7.7 - xft error in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-30 17:32 UTC by robustah
Modified: 2006-03-31 13:12 UTC (History)
1 user (show)

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


Attachments
rxvt-unicode-7.7.ebuild.patch (rxvt-unicode-7.7.ebuild.patch,660 bytes, patch)
2006-03-31 08:34 UTC, Philip Kovacs
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description robustah 2006-03-30 17:32:00 UTC
Emerging rxvt-unicode with truetype doesn't activate --enable-xft. It works if you add "xft" to USE.

OT: It's great that the new version got uploaded to portage.
Comment 1 Philip Kovacs 2006-03-31 08:34:18 UTC
Created attachment 83521 [details, diff]
rxvt-unicode-7.7.ebuild.patch

here's the patch for the ebuild.
Comment 2 Emanuele Giaquinta (RETIRED) gentoo-dev 2006-03-31 11:45:59 UTC
Thanks, but there is no need to add another use flag; see the description of use_with:

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1

fixed in cvs.
Comment 3 Philip Kovacs 2006-03-31 13:12:52 UTC
There was a $(use_enable xft) in the ebuild that was quietly disabling xft.   So you either need a new USE flags for xft, or you need to enable xft with one of the other flags.

Phil