Gentoo Archives: gentoo-portage-dev

From: Myk Taylor <myk@××××.edu>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] masking LINGUAS for gtk+-1.2.10
Date: Fri, 03 Jun 2005 16:32:34
Message-Id: 42A08628.3070805@ucla.edu
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 I run a system that can display traditional Chinese, and so in make.conf
5 I have
6
7 LINGUAS="en zh_TW"
8
9 This works for every package except gtk+-1.2.10, which breaks somewhere
10 near the end of it its build process, being unable to cope with the
11 language spec. From looking at the gtk+-1.2.10 build scripts, I see
12 that what it's expecting is
13
14 LINGUAS="en zh_TW.Big5"
15
16 but if I use this, it breaks KDE and many other packages. Is there
17 1) a way to replace the LINGUAS variable for the one package? (gtk+-2.x
18 works fine, btw) like with an entry in a /etc/portage/package.foo file or
19 2) any chance that extra logic could be added to the gtk+-1.2.10 ebuilds
20 that do the conversion of zh_TW => zh_TW.Big5?
21
22 Thanks,
23 - --myk
24 -----BEGIN PGP SIGNATURE-----
25 Version: GnuPG v1.4.1 (GNU/Linux)
26 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
27
28 iD8DBQFCoIYoBOPsJyAQkeARAuz0AKCQw+HCNOz0JqKLYPdnFvHDZ3dqzQCgpAD6
29 xrEIacuLbfuQ3KMF1IFSvhI=
30 =sN0M
31 -----END PGP SIGNATURE-----
32 --
33 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] masking LINGUAS for gtk+-1.2.10 Paul de Vrieze <pauldv@g.o>