Bug 87044 - acroread-asianfonts-7.0.20020815 does not install Japanese fonts
Bug#: 87044 Product:  Gentoo Linux Version: 2004.3 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: fonts@gentoo.org Reported By: chutz@gg3.net
Component: Applications
URL: 
Summary: acroread-asianfonts-7.0.20020815 does not install Japanese fonts
Keywords:  
Status Whiteboard: 
Opened: 2005-03-28 16:02 0000
Description:   Opened: 2005-03-28 16:02 0000
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 From Mamoru KOMACHI (RETIRED) 2005-03-28 16:35:20 0000 -------
:/ Sorry for that. Fixed in CVS.

------- Comment #2 From Georgi Georgiev 2005-04-03 23:55:05 0000 -------
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 From Mamoru KOMACHI (RETIRED) 2005-04-04 01:55:07 0000 -------
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 From foser (RETIRED) 2005-04-04 04:12:42 0000 -------
I don't think linguas_X should be in IUSE.

------- Comment #5 From Georgi Georgiev 2005-04-04 06:05:24 0000 -------
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.