Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias
Date: Sun, 17 Jul 2005 14:20:04
Message-Id: 200507171017.49427.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias by "Diego 'Flameeyes' Pettenò"
1 On Sunday 17 July 2005 09:34 am, Diego 'Flameeyes' Pettenò wrote:
2 > On Sunday 17 July 2005 02:26, Mike Frysinger wrote:
3 > > this of course assumes that *no package* should ever install that file,
4 > > including your bsd libc ...
5 >
6 > Actually, libiconv should install that file, at least.
7 > We can RESTRICT it for just a package?
8
9 i dont think so
10
11 you could see if doing something like `export INSTALL_MASK=""` in src_unpack()
12 helps ... if it doesnt, i think the only other option would be to add
13 something like this to profile bashrc:
14 if [ "${CATEGORY}/${PN}" != "sys-libs/libiconv" ] ; then
15 export INSTALL_MASK="/usr/lib/charset.alias"
16 fi
17 -mike
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias Ned Ludd <solar@g.o>