From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DuD3D-0001IR-CY for garchives@archives.gentoo.org; Sun, 17 Jul 2005 17:35:39 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6HHYOYq000434; Sun, 17 Jul 2005 17:34:24 GMT Received: from skinny.southernlinux.net (ns2.rednecks.net [64.192.52.5]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6HHWkv1008237 for ; Sun, 17 Jul 2005 17:32:46 GMT Received: (qmail 26122 invoked by uid 210); 17 Jul 2005 13:31:39 -0400 Received: from 10.10.10.188 by skinny (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.82/979. f-prot: 4.4.2/3.14.11. spamassassin: 3.0.2. perlscan: 1.25st. Clear:RC:1(10.10.10.188):. Processed in 0.06194 secs); 17 Jul 2005 17:31:39 -0000 Received: from unknown (HELO ?10.10.10.188?) (10.10.10.188) by 0 with SMTP; 17 Jul 2005 13:31:38 -0400 Subject: Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias From: Ned Ludd To: gentoo-dev@lists.gentoo.org In-Reply-To: <200507171017.49427.vapier@gentoo.org> References: <200507160233.59924@enterprise.flameeyes.is-a-geek.org> <200507162026.07451.vapier@gentoo.org> <200507171534.57456@enterprise.flameeyes.is-a-geek.org> <200507171017.49427.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Date: Sun, 17 Jul 2005 12:03:39 -0400 Message-Id: <1121616219.6170.14.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j6HHYOaM000434 X-Archives-Salt: 41bb07b3-4285-4975-8051-062fa3d916bd X-Archives-Hash: dfba0c9ac8aea0e258695c87f506215a On Sun, 2005-07-17 at 10:17 -0400, Mike Frysinger wrote: > On Sunday 17 July 2005 09:34 am, Diego 'Flameeyes' Petten=F2 wrote: > > On Sunday 17 July 2005 02:26, Mike Frysinger wrote: > > > this of course assumes that *no package* should ever install that f= ile, > > > including your bsd libc ... > > > > Actually, libiconv should install that file, at least. > > We can RESTRICT it for just a package? >=20 > i dont think so >=20 > you could see if doing something like `export INSTALL_MASK=3D""` in src= _unpack()=20 > helps ... if it doesnt, i think the only other option would be to add=20 > something like this to profile bashrc: > if [ "${CATEGORY}/${PN}" !=3D "sys-libs/libiconv" ] ; then > export INSTALL_MASK=3D"/usr/lib/charset.alias" > fi INSTALL_MASK is non cumulative.=20 Please use INSTALL_MASK=3D"${INSTALL_MASK} /usr/lib/charset.alias" as to = not override the user in anyway. -- Ned Ludd --=20 gentoo-dev@gentoo.org mailing list