diff options
author | Mike Hammill <mike@kth.se> | 2013-09-09 12:03:14 +0200 |
---|---|---|
committer | Mike Hammill <mike@kth.se> | 2013-09-09 12:03:14 +0200 |
commit | 6536d3dbf274ef0f1d53852db8657567b4715d62 (patch) | |
tree | d4a0a3950d9d649b5b51c5b7985d2b3012176faa | |
parent | Apply Andrew Hamilton's configure.ac and aklog.c patches for openafs. (diff) | |
download | mhammill-master.tar.gz mhammill-master.tar.bz2 mhammill-master.zip |
After emerge of gentoo portage-2.2.1 with layman-2.0.0 in place, you
get the message:
Repository 'mhammill' is missing masters attribute in
'/var/lib/layman/mhammill/metadata/layout.conf'
Set 'masters = gentoo' in this file for future compatibility
It appears this behavior has not yet been documented (e.g., see
complaints in http://forums.gentoo.org/viewtopic-t-969480.html), but
the "fix" is as easy as simply doing what is recommented in the error
message. That's what was done in this commit.
-rw-r--r-- | metadata/layout.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..d43e61c --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1 @@ +masters = gentoo |