From: Ned Ludd <solar@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [G/FBSD] /usr/lib/charset.alias
Date: Sun, 17 Jul 2005 12:03:39 -0400 [thread overview]
Message-ID: <1121616219.6170.14.camel@localhost> (raw)
In-Reply-To: <200507171017.49427.vapier@gentoo.org>
On Sun, 2005-07-17 at 10:17 -0400, Mike Frysinger wrote:
> 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
INSTALL_MASK is non cumulative.
Please use INSTALL_MASK="${INSTALL_MASK} /usr/lib/charset.alias" as to not override the user in anyway.
--
Ned Ludd <solar@gentoo.org>
--
gentoo-dev@gentoo.org mailing list
next prev parent reply other threads:[~2005-07-17 17:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-16 0:33 [gentoo-dev] [G/FBSD] /usr/lib/charset.alias Diego 'Flameeyes' Pettenò
2005-07-16 0:45 ` Mike Frysinger
2005-07-16 1:15 ` Kito
2005-07-16 1:20 ` Mike Frysinger
2005-07-16 9:05 ` Diego 'Flameeyes' Pettenò
2005-07-16 17:07 ` Marius Mauch
2005-07-16 17:23 ` Diego 'Flameeyes' Pettenò
2005-07-17 0:26 ` Mike Frysinger
2005-07-17 13:34 ` Diego 'Flameeyes' Pettenò
2005-07-17 14:17 ` Mike Frysinger
2005-07-17 16:03 ` Ned Ludd [this message]
2005-07-18 4:47 ` Mike Frysinger
2005-07-19 11:39 ` Ned Ludd
2005-07-19 12:53 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1121616219.6170.14.camel@localhost \
--to=solar@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox