* [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files
@ 2006-05-11 20:16 Marko Djukic
2006-05-11 20:40 ` Douglas Campos
0 siblings, 1 reply; 5+ messages in thread
From: Marko Djukic @ 2006-05-11 20:16 UTC (permalink / raw
To: gentoo-catalyst
Hi,
How can I specify particular USE flags or ACCEPT_KEYWORDS for
individual packages within a spec file for catalyst?
I know I can specify ~x86 overall but that would just apply to all
packages. What's the correct procedure for single packages? Is there a
way to insert custom /etc/portage/package.use and package.keywords
files other than manually?
For example I have figured out that I can request specific ebuild
versions in the livecd/packages variable: =lvm2-2.02.04-r1. But what's
the best way to tell portage to allow ~x86 for that package also?
Thanks,
Marko
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files
2006-05-11 20:16 [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files Marko Djukic
@ 2006-05-11 20:40 ` Douglas Campos
2006-05-11 20:48 ` Marko Djukic
0 siblings, 1 reply; 5+ messages in thread
From: Douglas Campos @ 2006-05-11 20:40 UTC (permalink / raw
To: gentoo-catalyst
theres a option named
portage_confdir: /path/to/my/portageconf_dir
in the spec file
there you will put a package.use/package.keywords file in the same way
as /etc/portage/
I don't know how to globally accepting ~x86 , but u can do it app by app
On 5/11/06, Marko Djukic <djukic@gmail.com> wrote:
> Hi,
>
> How can I specify particular USE flags or ACCEPT_KEYWORDS for
> individual packages within a spec file for catalyst?
>
> I know I can specify ~x86 overall but that would just apply to all
> packages. What's the correct procedure for single packages? Is there a
> way to insert custom /etc/portage/package.use and package.keywords
> files other than manually?
>
> For example I have figured out that I can request specific ebuild
> versions in the livecd/packages variable: =lvm2-2.02.04-r1. But what's
> the best way to tell portage to allow ~x86 for that package also?
>
>
> Thanks,
>
> Marko
>
> --
> gentoo-catalyst@gentoo.org mailing list
>
>
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files
2006-05-11 20:40 ` Douglas Campos
@ 2006-05-11 20:48 ` Marko Djukic
2006-05-11 21:08 ` Chris Gianelloni
0 siblings, 1 reply; 5+ messages in thread
From: Marko Djukic @ 2006-05-11 20:48 UTC (permalink / raw
To: gentoo-catalyst
On 5/11/06, Douglas Campos <qmx2352@gmail.com> wrote:
> theres a option named
> portage_confdir: /path/to/my/portageconf_dir
> in the spec file
> there you will put a package.use/package.keywords file in the same way
> as /etc/portage/
ah excellent, thanks.
> I don't know how to globally accepting ~x86 , but u can do it app by app
i thought this way, in /etc/catalyst/catalyst.conf set the var:
envscript="/root/catalyst-env.sh"
then set up the ACCEPT_KEYWORDS there. but i need the app by app method.
thanks,
m.
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files
2006-05-11 20:48 ` Marko Djukic
@ 2006-05-11 21:08 ` Chris Gianelloni
2006-05-11 21:38 ` Marko Djukic
0 siblings, 1 reply; 5+ messages in thread
From: Chris Gianelloni @ 2006-05-11 21:08 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
On Thu, 2006-05-11 at 21:48 +0100, Marko Djukic wrote:
> > I don't know how to globally accepting ~x86 , but u can do it app by app
>
> i thought this way, in /etc/catalyst/catalyst.conf set the var:
> envscript="/root/catalyst-env.sh"
>
> then set up the ACCEPT_KEYWORDS there. but i need the app by app method.
That "works" except that nothing from the environment makes it into your
stage/CD make.conf file, meaning it won't have ACCEPT_KEYWORDS="~arch"
and will immediately downgrade after install. Only the /etc/portage
files remain intact.
--
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files
2006-05-11 21:08 ` Chris Gianelloni
@ 2006-05-11 21:38 ` Marko Djukic
0 siblings, 0 replies; 5+ messages in thread
From: Marko Djukic @ 2006-05-11 21:38 UTC (permalink / raw
To: gentoo-catalyst
On 5/11/06, Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> On Thu, 2006-05-11 at 21:48 +0100, Marko Djukic wrote:
> > > I don't know how to globally accepting ~x86 , but u can do it app by app
> >
> > i thought this way, in /etc/catalyst/catalyst.conf set the var:
> > envscript="/root/catalyst-env.sh"
> >
> > then set up the ACCEPT_KEYWORDS there. but i need the app by app method.
>
> That "works" except that nothing from the environment makes it into your
> stage/CD make.conf file, meaning it won't have ACCEPT_KEYWORDS="~arch"
> and will immediately downgrade after install. Only the /etc/portage
> files remain intact.
Aha. Ok thanks for the clarification.
m.
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-11 21:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-11 20:16 [gentoo-catalyst] USE/ACCEPT_KEYWORDS in catalyst spec files Marko Djukic
2006-05-11 20:40 ` Douglas Campos
2006-05-11 20:48 ` Marko Djukic
2006-05-11 21:08 ` Chris Gianelloni
2006-05-11 21:38 ` Marko Djukic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox