* [gentoo-user] How to trace the origin of a use-flag setting
@ 2011-07-25 11:13 Helmut Jarausch
2011-07-25 11:34 ` Pandu Poluan
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Helmut Jarausch @ 2011-07-25 11:13 UTC (permalink / raw
To: GentooUser
Hi,
emerge -vp app-office/libreoffice
shows that the USE flag -java is in effect.
How to find out where this comes from?
I've checked /etc/portage/package.use /usr/portage/profiles and /
etc/make.conf
Many thanks for a hint,
Helmut.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] How to trace the origin of a use-flag setting
2011-07-25 11:13 [gentoo-user] How to trace the origin of a use-flag setting Helmut Jarausch
@ 2011-07-25 11:34 ` Pandu Poluan
2011-07-25 11:50 ` Helmut Jarausch
2011-07-25 11:46 ` Mick
2011-07-25 17:23 ` [gentoo-user] " James
2 siblings, 1 reply; 6+ messages in thread
From: Pandu Poluan @ 2011-07-25 11:34 UTC (permalink / raw
To: gentoo-user
euse -a
part of gentoolkit, I believe.
Ref: http://en.gentoo-wiki.com/wiki/Gentoolkit
Rgds,
On 2011-07-25, Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:
> Hi,
>
> emerge -vp app-office/libreoffice
>
> shows that the USE flag -java is in effect.
>
> How to find out where this comes from?
>
> I've checked /etc/portage/package.use /usr/portage/profiles and /
> etc/make.conf
>
> Many thanks for a hint,
> Helmut.
>
>
--
--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] How to trace the origin of a use-flag setting
2011-07-25 11:13 [gentoo-user] How to trace the origin of a use-flag setting Helmut Jarausch
2011-07-25 11:34 ` Pandu Poluan
@ 2011-07-25 11:46 ` Mick
2011-07-25 17:23 ` [gentoo-user] " James
2 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2011-07-25 11:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 406 bytes --]
On Monday 25 Jul 2011 12:13:49 Helmut Jarausch wrote:
> Hi,
>
> emerge -vp app-office/libreoffice
>
> shows that the USE flag -java is in effect.
>
> How to find out where this comes from?
>
> I've checked /etc/portage/package.use /usr/portage/profiles and /
> etc/make.conf
euse -i java
will show you where this flag is set (check man euse for symbols).
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] How to trace the origin of a use-flag setting
2011-07-25 11:34 ` Pandu Poluan
@ 2011-07-25 11:50 ` Helmut Jarausch
2011-07-25 12:13 ` Alan McKinnon
0 siblings, 1 reply; 6+ messages in thread
From: Helmut Jarausch @ 2011-07-25 11:50 UTC (permalink / raw
To: gentoo-user
On 07/25/2011 01:34:39 PM, Pandu Poluan wrote:
> euse -a
>
> part of gentoolkit, I believe.
>
> Ref: http://en.gentoo-wiki.com/wiki/Gentoolkit
>
> Rgds,
>
>
> On 2011-07-25, Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:
> > Hi,
> >
> > emerge -vp app-office/libreoffice
> >
> > shows that the USE flag -java is in effect.
> >
> > How to find out where this comes from?
> >
> > I've checked /etc/portage/package.use /usr/portage/profiles and
> /
> > etc/make.conf
Thanks Pandu,
it turns out, the '-java' use flag is turned on by default.
But I don't know why. I've just noticed that I can turn it on.
Helmut.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] How to trace the origin of a use-flag setting
2011-07-25 11:50 ` Helmut Jarausch
@ 2011-07-25 12:13 ` Alan McKinnon
0 siblings, 0 replies; 6+ messages in thread
From: Alan McKinnon @ 2011-07-25 12:13 UTC (permalink / raw
To: gentoo-user; +Cc: Helmut Jarausch
On Monday 25 July 2011 13:50:47 Helmut Jarausch did opine thusly:
> On 07/25/2011 01:34:39 PM, Pandu Poluan wrote:
> > euse -a
> >
> > part of gentoolkit, I believe.
> >
> > Ref: http://en.gentoo-wiki.com/wiki/Gentoolkit
> >
> > Rgds,
> >
> > On 2011-07-25, Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
wrote:
> > > Hi,
> > >
> > > emerge -vp app-office/libreoffice
> > >
> > > shows that the USE flag -java is in effect.
> > >
> > > How to find out where this comes from?
> > >
> > > I've checked /etc/portage/package.use
> > > /usr/portage/profiles and
> >
> > /
> >
> > > etc/make.conf
>
> Thanks Pandu,
>
> it turns out, the '-java' use flag is turned on by default.
> But I don't know why.
OOo was run out of Sun remember. It uses java for a whole whack of
scriptable stuff, most notably database integration iirc.
> I've just noticed that I can turn it on.
>
> Helmut.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: How to trace the origin of a use-flag setting
2011-07-25 11:13 [gentoo-user] How to trace the origin of a use-flag setting Helmut Jarausch
2011-07-25 11:34 ` Pandu Poluan
2011-07-25 11:46 ` Mick
@ 2011-07-25 17:23 ` James
2 siblings, 0 replies; 6+ messages in thread
From: James @ 2011-07-25 17:23 UTC (permalink / raw
To: gentoo-user
Helmut Jarausch <jarausch <at> igpm.rwth-aachen.de> writes:
> emerge -vp app-office/libreoffice
> shows that the USE flag -java is in effect.
> How to find out where this comes from?
equery hasuse java
hth,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-07-25 17:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 11:13 [gentoo-user] How to trace the origin of a use-flag setting Helmut Jarausch
2011-07-25 11:34 ` Pandu Poluan
2011-07-25 11:50 ` Helmut Jarausch
2011-07-25 12:13 ` Alan McKinnon
2011-07-25 11:46 ` Mick
2011-07-25 17:23 ` [gentoo-user] " James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox