Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20386 - nano ebuild has IUSE="slang" but doesn't use it.
Summary: nano ebuild has IUSE="slang" but doesn't use it.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-03 09:13 UTC by Jyrki Muukkonen
Modified: 2003-05-03 21:22 UTC (History)
0 users

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 Jyrki Muukkonen 2003-05-03 09:13:25 UTC
According to ChangeLog slang was removed in nano-1.0.9-r1, but it's still in IUSE.
To confirm this, grep slang *.ebuild gives only one row per file. So the best
solution would be:

-IUSE="nls build slang spell"
+IUSE="nls build spell"

Also check out bug #12094
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-05-03 21:22:16 UTC
Fixed, thanks.