Gentoo Archives: gentoo-user

From: Willie Wong <wwong@×××××××××.EDU>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --update pulling in enlightenment-0.16.9999.050
Date: Wed, 03 Dec 2008 14:58:53
Message-Id: 20081203145900.GA5261@princeton.edu
In Reply to: [gentoo-user] emerge --update pulling in enlightenment-0.16.9999.050 by Willie Wong
1 On Wed, Dec 03, 2008 at 09:37:45AM -0500, Penguin Lover Willie Wong squawked:
2 > emerge --update --deep --pretend world is pulling in
3 > x11-wm/enlightenment-0.16.999.050
4 >
5 > I currently have
6 > x11-wm/enlightenment-0.16.8.14
7 > installed, and was given to understand that the *.999 branch is the
8 > devel branch. Looking at the ebuilds show that 0.16.8.14 has
9 >
10 > KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86
11 > ~x86-fbsd"
12 >
13 > while 0.16.999.50 has
14 >
15 > KEYWORDS=""
16 >
17 > I don't have any /etc/portage/package.keywords entry.
18 >
19 > So why is 0.16.999.50 being pulled in?
20 >
21
22 Ah... nevermind. It was not a problem with portage. 0.16.999.50 is not
23 even in the tree; it was added to the enlightenment overlay by
24 vapier. Apparently it inherits from the enlightenment eclass, which
25 has
26
27 <snip>
28 case ${EKEY_STATE:-${E_STATE}} in
29 release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd";;
30 snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd";;
31 live) KEYWORDS="";;
32 esac
33 </snip>
34
35 Can anyone tell me what this is about? I know some people on this list
36 use the enlightenment overlay: so why is it that the ebuilds for
37 0.16.999.50 and 9999, which don't look all that different to my untrained
38 eye, which both inherit enlightenment, and thus both set the KEYWORDS
39 using that snipplet above, will behave such that the former is trying
40 to be installed on my system while the latter is not?
41
42 W
43
44 --
45 "Anyone who is capable of getting themselves made President
46 should on no account be allowed to do the job."
47
48 - Some wisdom from The Book.
49 Sortir en Pantoufles: up 726 days, 13:28

Replies

Subject Author
Re: [gentoo-user] emerge --update pulling in enlightenment-0.16.9999.050 Rajat Vig <rajat.vig@×××××.com>