Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge @preserved-rebuild EVEN IF some needed package is masked
Date: Tue, 05 Jan 2010 16:11:35
Message-Id: 201001051710.56357.wonko@wonkology.org
In Reply to: [gentoo-user] emerge @preserved-rebuild EVEN IF some needed package is masked by Helmut Jarausch
1 Helmut Jarausch writes:
2
3 > emerge @preserved-rebuild fails to do any updating since a single
4 > (needed) package has been masked.
5 > But I do need to keep kdelibs:3.5 which pulls in
6 > kde-misc/kdnssd-avahi:3.5 which has been masked.
7 >
8 > Is it possible to tell emerge to do the other updates which don't need
9 > this?
10 >
11 > Dropping kde:3.5 too early is one of the biggest disappointsment of
12 > GenToo! For someone who needs some package depending on it, it's really
13 > hard. (I do need kexi)
14
15 Well, it's still all there, not in the official Gentoo portage tree, but
16 in the kde-sunset overlay. Get it, unmask all the KDE 3.5 stuff, and all
17 should be fine again. See this guide for details:
18
19 http://www.linuxized.com/2009/11/how-to-keep-your-kde-3-5-after-its-
20 removed-gentoos-tree-using-the-kde-sunset-overlay/
21
22 weird ~ # eix kdnssd-avahi
23 * kde-misc/kdnssd-avahi
24 Available versions: (3.5) {M}0.1.2[1] {M}0.1.2-r1 {M}0.1.2-r1[1]
25 {arts debug elibc_FreeBSD xinerama}
26 Homepage: http://wiki.kde.org/tiki-
27 index.php?page=Zeroconf+in+KDE
28 Description: DNS Service Discovery kioslave using Avahi
29 (rather than mDNSResponder)
30
31 [1] "kde-sunset" /usr/local/portage/layman/kde-sunset
32 weird ~ # emerge -ptv kdnssd-avahi
33
34 These are the packages that would be merged, in reverse order:
35
36 Calculating dependencies... done!
37 [ebuild N ] kde-misc/kdnssd-avahi-0.1.2-r1 USE="(-arts) -debug -
38 xinerama" 739 kB [1]
39 [ebuild N ] net-dns/avahi-0.6.24-r2 USE="dbus gdbm gtk ipv6 python
40 qt4 -autoipd -bookmarks -doc -howl-compat -mdnsresponder-compat -mono -qt3
41 -test" 1,090 kB [1]
42 [ebuild N ] dev-libs/libdaemon-0.13-r1 USE="-doc -examples" 360 kB
43 [0]
44
45 Total: 3 packages (3 new), Size of downloads: 2,188 kB
46 Portage tree and overlays:
47 [0] /usr/portage/tree
48 [1] /usr/local/portage/layman/kde-sunset
49
50 Wonko