Gentoo Archives: gentoo-amd64

From: Drake Donahue <donahue95@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] make.conf diferent for one package?
Date: Fri, 10 Dec 2010 05:03:06
Message-Id: 1291955207.6976.6.camel@oddman.donahues.us.
In Reply to: Re: [gentoo-amd64] make.conf diferent for one package? by Frank Peters
1 On Thu, 2010-12-09 at 22:10 -0500, Frank Peters wrote:
2 > On Fri, 10 Dec 2010 02:21:04 +0100
3 > Mateusz Arkadiusz Mierzwinski <mateuszmierzwinski@×××××.com> wrote:
4 >
5 > >
6 > > I wish to ask - is there any way to enable ACCEPT_KEYWORDS="~amd64" for one
7 > > package only - ex. in My case adobe-flash?
8 > >
9 >
10 > I think that you can create a directory for the package under /etc/portage/env
11 > and put specific variables in there. I do this with CFLAGS. It should work
12 > for any make.conf variables.
13 >
14 > See these links:
15 >
16 > http://www.mail-archive.com/gentoo-user@l.g.o/msg54130.html
17 > http://forums.gentoo.org/viewtopic-t-499881-postdays-0-postorder-asc-start-0.html
18 >
19 > Frank Peters
20 >
21 mkdir /etc/portage/
22 echo "www-plugins/adobe-flash ~amd64" /etc/portage/package.keywords
23
24 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?style=printable&full=1#book_part3_chap3