On Sunday 17 July 2005 09:34 am, Diego 'Flameeyes' Pettenò wrote:
> On Sunday 17 July 2005 02:26, Mike Frysinger wrote:
> > this of course assumes that *no package* should ever install that file,
> > 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=""` in src_unpack() 
helps ... if it doesnt, i think the only other option would be to add 
something like this to profile bashrc:
if [ "${CATEGORY}/${PN}" != "sys-libs/libiconv" ] ; then
    export INSTALL_MASK="/usr/lib/charset.alias"
fi
-mike

-- 
gentoo-dev@gentoo.org mailing list

Reply via email to