Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias Mike Frysinger <vapier@g.o>