Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: kde overlay is missing manifests
Date: Thu, 10 Nov 2011 23:47:25
Message-Id: j9hnni$vgb$1@dough.gmane.org
In Reply to: [gentoo-user] Re: kde overlay is missing manifests by Nikos Chantziaras
1 On 11/10/2011 12:30 PM, Nikos Chantziaras wrote:
2 > On 11/09/2011 10:43 PM, Aljosha Papsch wrote:
3 >> 2011/11/9 Nikos Chantziaras<realnc@×××××.de>:
4 >>> What's happening with the kde overlay? All "Manifest" files are gone
5 >>> and I
6 >>> can't emerge anything because of that.
7 >>
8 >> The overlay uses new Manifest format. Read the blog entry:
9 >> http://dilfridge.blogspot.com/2011/11/gentoo-kde-stabilization-and-kde.html
10 >>
11 >
12 > Hmm, I am on ~AMD64, therefore using an ~arch portage, but I still get
13 > errors about missing manifests. I suppose I can't use the ebuilds
14 > anymore? I symlink directories to my local overlay, like:
15 >
16 > ln -s /kdeoverlay/x11-themes/oxygen-gtk /usr/local/portage/x11-themes
17 >
18 > What do I need to symlink now, and to where?
19
20 OK, figured it out. I need to create
21 "/usr/local/portage/metadata/layout.conf" and put this in it:
22
23 thin-manifests = true
24
25 Then it works again. I've no idea what effects this will have on the
26 other ebuilds in my local overlay though.