Gentoo Archives: gentoo-user

From: Corbin Bird <corbinbird@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] layman config file setup?
Date: Sat, 09 Mar 2019 15:02:24
Message-Id: 741faf7a-211f-7b39-cacd-6e1ff45969cc@charter.net
In Reply to: Re: [gentoo-user] layman config file setup? by Walter Dnes
1 On 3/8/19 7:15 PM, Walter Dnes wrote:
2 >
3 > So I ran "layman -d ALL" followed by "layman -a palemoon". Now...
4 >
5 > [i660][root][~] cat /var/lib/layman/palemoon/profiles/repo_name
6 > palemoon
7 >
8 > ... but I still get the same warning! Some more info...
9 >
10
11 Apologies, if this a stupid question ... did you sync layman also?
12
13 ( i.e. "layman -S", --NOT-- using emerge )
14
15 Layman has to be sync'd separately from portage/emerge.
16 ( its a separate database system )
17
18 emerge will not find the updated ebuilds, from the overlays, without
19 layman being sync'd.
20
21 Also, the following dirs need the usual entries :
22 /etc/portage/package.use
23 /etc/portage/package.accept_keywords ( i.e. www-client/palemoon ~amd64 )
24
25 >
26 > What does your /etc/layman/overlays/ directory contain?
27 >
28
29 ... Same as yours.
30
31 Please check the contents of this file :
32 /etc/portage/repos.conf/layman.conf
33
34 content of /etc/portage/repos.conf/layman.conf :
35 [palemoon]
36 priority = 50
37 location = /var/lib/layman/palemoon
38 layman-type = git
39 sync-type = laymansync
40 sync-uri = https://github.com/deu/palemoon-overlay.git
41 auto-sync = Yes
42
43 Hope this helps.

Replies

Subject Author
Re: [gentoo-user] layman config file setup? Walter Dnes <waltdnes@××××××××.org>