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 1Du9zv-0005YB-Jg for garchives@archives.gentoo.org; Sun, 17 Jul 2005 14:20:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6HEInE8029916; Sun, 17 Jul 2005 14:18:49 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6HEHCea015386 for ; Sun, 17 Jul 2005 14:17:12 GMT Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1Du9xl-00086E-Hz for gentoo-dev@lists.gentoo.org; Sun, 17 Jul 2005 14:17:49 +0000 Received: (qmail 26971 invoked from network); 17 Jul 2005 10:16:58 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 17 Jul 2005 10:16:58 -0400 From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias Date: Sun, 17 Jul 2005 10:17:49 -0400 User-Agent: KMail/1.8.1 References: <200507160233.59924@enterprise.flameeyes.is-a-geek.org> <200507162026.07451.vapier@gentoo.org> <200507171534.57456@enterprise.flameeyes.is-a-geek.org> In-Reply-To: <200507171534.57456@enterprise.flameeyes.is-a-geek.org> 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 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200507171017.49427.vapier@gentoo.org> X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j6HEHCea015386 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j6HEInFc029916 X-Archives-Salt: 09878fbb-b3de-4c28-8589-de6f89b13f90 X-Archives-Hash: be78f88c62442c80c30c9d9c85bdd2d1 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 fil= e, > > including your bsd libc ... > > Actually, libiconv should install that file, at least. > We can RESTRICT it for just a package? i dont think so you could see if doing something like `export INSTALL_MASK=3D""` in src_u= npack()=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 -mike --=20 gentoo-dev@gentoo.org mailing list