Summary: | app-portage/layman-2.4.2 complains on repo name mismatch | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex <fhlfibh> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | trivial | CC: | kensington |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alex
2017-02-15 19:32:53 UTC
(In reply to Alex from comment #0) > My layman.conf: > --------------------------------------------------------- > alex@genty:~$ cat /etc/portage/repos.conf/layman.conf > [steam] > priority = 50 > location = /var/lib/layman/steam > layman-type = git > auto-sync = No This warning is valid - it's pointing out the mismatch between the repo name in your layman.comf (steam) and upstream's reponame (https://raw.githubusercontent.com/anyc/steam-overlay/master/profiles/repo_name - steam-overlay). If you change your layman config to say steam-overlay instead, the error should disappear. |