* [gentoo-dev] gtk's X use flag
@ 2006-07-13 22:05 Ser Gio
2006-07-13 22:19 ` Jakub Moc
0 siblings, 1 reply; 6+ messages in thread
From: Ser Gio @ 2006-07-13 22:05 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 126 bytes --]
Hello,
Why does x11-libs/gtk+-2.8.19 has the "X" useflag? The ebuild doesn't look
like it's using it.
thanks,
Sérgio
[-- Attachment #2: Type: text/html, Size: 149 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gtk's X use flag
2006-07-13 22:05 [gentoo-dev] gtk's X use flag Ser Gio
@ 2006-07-13 22:19 ` Jakub Moc
2006-07-13 23:31 ` Tuan Van
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Moc @ 2006-07-13 22:19 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 486 bytes --]
Ser Gio wrote:
> Hello,
>
> Why does x11-libs/gtk+-2.8.19 has the "X" useflag? The ebuild doesn't
> look like it's using it.
>
> thanks,
> Sérgio
Because virtualx.eclass has it in IUSE and the ebuild inherits it.
--
Best regards,
Jakub Moc
mailto:jakub@gentoo.org
GPG signature:
http://subkeys.pgp.net:11371/pks/lookup?op=get&search=0xCEBA3D9E
Primary key fingerprint: D2D7 933C 9BA1 C95B 2C95 B30F 8717 D5FD CEBA 3D9E
... still no signature ;)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gtk's X use flag
2006-07-13 22:19 ` Jakub Moc
@ 2006-07-13 23:31 ` Tuan Van
2006-07-13 23:46 ` Brian Harring
2006-07-14 11:11 ` Michael Cummings
0 siblings, 2 replies; 6+ messages in thread
From: Tuan Van @ 2006-07-13 23:31 UTC (permalink / raw
To: gentoo-dev
Jakub Moc wrote:
> Ser Gio wrote:
>> Hello,
>>
>> Why does x11-libs/gtk+-2.8.19 has the "X" useflag? The ebuild doesn't
>> look like it's using it.
>>
>> thanks,
>> Sérgio
>
> Because virtualx.eclass has it in IUSE and the ebuild inherits it.
>
>
I hate it when this happens.
I have an ebuild inherits perl-app. It pulls in minimal and perl
USE-flags. kinda misleading.
Tuan
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gtk's X use flag
2006-07-13 23:31 ` Tuan Van
@ 2006-07-13 23:46 ` Brian Harring
2006-07-14 11:11 ` Michael Cummings
1 sibling, 0 replies; 6+ messages in thread
From: Brian Harring @ 2006-07-13 23:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
On Thu, Jul 13, 2006 at 04:31:52PM -0700, Tuan Van wrote:
> Jakub Moc wrote:
> > Ser Gio wrote:
> >> Hello,
> >>
> >> Why does x11-libs/gtk+-2.8.19 has the "X" useflag? The ebuild doesn't
> >> look like it's using it.
> >>
> >> thanks,
> >> Sérgio
> >
> > Because virtualx.eclass has it in IUSE and the ebuild inherits it.
> >
> >
>
> I hate it when this happens.
> I have an ebuild inherits perl-app. It pulls in minimal and perl
> USE-flags. kinda misleading.
*Cough*implementation-specific*cough* strip it from E_IUSE .
~harring
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gtk's X use flag
2006-07-13 23:31 ` Tuan Van
2006-07-13 23:46 ` Brian Harring
@ 2006-07-14 11:11 ` Michael Cummings
2006-07-14 11:23 ` Jakub Moc
1 sibling, 1 reply; 6+ messages in thread
From: Michael Cummings @ 2006-07-14 11:11 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tuan Van wrote:
> Jakub Moc wrote:
>> Ser Gio wrote:
>>> Hello,
>>>
>>> Why does x11-libs/gtk+-2.8.19 has the "X" useflag? The ebuild doesn't
>>> look like it's using it.
>>>
>>> thanks,
>>> Sérgio
>> Because virtualx.eclass has it in IUSE and the ebuild inherits it.
>>
>>
>
> I hate it when this happens.
> I have an ebuild inherits perl-app. It pulls in minimal and perl
> USE-flags. kinda misleading.
>
> Tuan
The perl use flag is to avoid make perl a dep for every package that
inherits the eclass even if perl isn't in your personal USE flags.
- --
- -----o()o----------------------------------------------
Michael Cummings | #gentoo-dev, #gentoo-perl
Gentoo Perl Dev | on irc.freenode.net
Gentoo/SPARC
Gentoo/AMD64
GPG: 0543 6FA3 5F82 3A76 3BF7 8323 AB5C ED4E 9E7F 4E2E
- -----o()o----------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)
iD8DBQFEt3t8q1ztTp5/Ti4RAoJMAKC63eIkgCX6EfPxR6RY839f1MSGDgCgv95u
Ec/ThOO8KcnWDOK7sdNmVaw=
=9qXj
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gtk's X use flag
2006-07-14 11:11 ` Michael Cummings
@ 2006-07-14 11:23 ` Jakub Moc
0 siblings, 0 replies; 6+ messages in thread
From: Jakub Moc @ 2006-07-14 11:23 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
Michael Cummings wrote:
>>> I hate it when this happens.
>>> I have an ebuild inherits perl-app. It pulls in minimal and perl
>>> USE-flags. kinda misleading.
>>>
>>> Tuan
>
> The perl use flag is to avoid make perl a dep for every package that
> inherits the eclass even if perl isn't in your personal USE flags.
Ditto for virtualx eclass. I kinda don't see an issue here.
There are better candidates for revamp, such as debug.eclass which
injects bogus debug use flags into IUSE of ebuilds that don't support
any debug at all (such as opera). Every ebuild that inherits
gnome2.eclass has this problem, fex.
--
Best regards,
Jakub Moc
mailto:jakub@gentoo.org
GPG signature:
http://subkeys.pgp.net:11371/pks/lookup?op=get&search=0xCEBA3D9E
Primary key fingerprint: D2D7 933C 9BA1 C95B 2C95 B30F 8717 D5FD CEBA 3D9E
... still no signature ;)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-14 11:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 22:05 [gentoo-dev] gtk's X use flag Ser Gio
2006-07-13 22:19 ` Jakub Moc
2006-07-13 23:31 ` Tuan Van
2006-07-13 23:46 ` Brian Harring
2006-07-14 11:11 ` Michael Cummings
2006-07-14 11:23 ` Jakub Moc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox