Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87044 - acroread-asianfonts-7.0.20020815 does not install Japanese fonts
Summary: acroread-asianfonts-7.0.20020815 does not install Japanese fonts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 16:02 UTC by Georgi Georgiev
Modified: 2005-04-04 06:05 UTC (History)
1 user (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 Georgi Georgiev 2005-03-28 16:02:58 UTC
There is a typo in the asianfonts 7.0 ebuild that prevents it from triggerring on Japanese LINGUAS:
    if ! use linguas_zh_CN && ! use linguas_zh_TW && ! use linugas_ja && ! use linguas_ko ; then

it says linugas_ja instead of linguas_ja.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-03-28 16:35:20 UTC
:/ Sorry for that. Fixed in CVS.
Comment 2 Georgi Georgiev 2005-04-03 23:55:05 UTC
I don't think it's worth it opening another bug, so could you also add

IUSE="linguas_zh_TW linguas_zh_CN linguas_ja linguas_ko"

to the ebuilds?
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-04-04 01:55:07 UTC
When I added these flags to IUSE, I got

RepoMan scours the neighborhood...

  IUSE.invalid                   4
   media-fonts/acroread-asianfonts/acroread-asianfonts-7.0.20020815.ebuild: linguas_zh_CN
   media-fonts/acroread-asianfonts/acroread-asianfonts-7.0.20020815.ebuild: linguas_zh_TW
   media-fonts/acroread-asianfonts/acroread-asianfonts-7.0.20020815.ebuild: linguas_ja
   media-fonts/acroread-asianfonts/acroread-asianfonts-7.0.20020815.ebuild: linguas_ko

warnings, so I left IUSE variable. This is probably because
expanded vars are treated differently from usualy USE.

nakano: do you have any idea on this?
Comment 4 foser (RETIRED) gentoo-dev 2005-04-04 04:12:42 UTC
I don't think linguas_X should be in IUSE.
Comment 5 Georgi Georgiev 2005-04-04 06:05:24 UTC
Then I think that linguas_X shouldn't be used for this font package.
"emerge --newuse" must be able to detect the change of behavior that the new linguas will introduce, and unless they are in IUSE this will not happen.