Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] E17 and package.use
Date: Thu, 18 Nov 2010 20:26:42
Message-Id: 201011182226.37214.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] E17 and package.use by Mick
1 Apparently, though unproven, at 22:10 on Thursday 18 November 2010, Mick did
2 opine thusly:
3
4 > I have installed E17 using layman and the efl overlay, but today I just ran
5 > dispatch-conf and these changes showed up:
6 > =========================================
7 > --- /etc/portage/package.use 2010-11-15 12:50:46.000000000 +0000
8 > +++ /etc/portage/._cfg0000_package.use 2010-11-18 19:35:35.000000000 +0000
9 > @@ -8,11 +8,11 @@
10 > net-wireless/bluez gstreamer pcmcia
11 > app-portage/layman subversion
12 > #entrance
13 > -x11-libs/evas X jpeg png svg xpm
14 > -x11-libs/ecore X curl
15 > +media-libs/evas X jpeg png svg xpm
16 > +dev-libs/ecore X curl
17 > #E17
18 > -x11-libs/e_dbus X
19 > -x11-libs/evas X jpeg png svg xpm fontconfig
20 > +dev-libs/e_dbus X
21 > +media-libs/evas X jpeg png svg xpm fontconfig
22 > #efl overlay
23 > dev-libs/ecore glib threads xim curl ssl inotify evas opengl X xinerama
24 > xprint xscreensaver -sdl -gnutls
25 > dev-libs/eet ssl threads -gnutls
26 >
27 > >> (1 of 1) -- /etc/portage/package.use
28 > >> q quit, h help, n next, e edit-new, z zap-new, u use-new
29 >
30 > m merge, t toggle-merge, l look-merge:
31 > =========================================
32 >
33 > Why is this? Do I want to accept these changes? I am not sure if they are
34 > caused by layman or portage proper.
35
36
37 You have a mixture of vapier's overlay from layman and barberi's overlay from
38 enlightenment.org, evas and ecore changed category from x11-libs to dev-libs
39 in barberi's overlay. You can't have both, they conflict. Do this:
40
41 delete the vapier overlay - it's WAAAAAAAAAAAAY outdated
42 accept conf-update changes related to e17
43 install the efl overlay from enlightenment.org - it's currently maintained
44 delete any and all e17 packages.
45 emerge @e17
46
47 keep in mind for the future that you can't update the e17 packages why they
48 are at version 9999. You must update the entire lot, in order, anytime you
49 want to update anything. This is normal for -9999 packages
50
51
52 --
53 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] E17 and package.use Mick <michaelkintzios@×××××.com>