diff options
author | Andrew Savchenko <bircoph@gmail.com> | 2013-08-16 20:05:23 +0400 |
---|---|---|
committer | Andrew Savchenko <bircoph@gmail.com> | 2013-09-21 02:25:21 +0400 |
commit | 040d09183953b5ecf0bf2e35322459effd5446ea (patch) | |
tree | 8617f8f9b458cffd032db5e899b5eceb7fcb3c26 | |
parent | net-voip/kphoneSI: drop ebuild which uses qt3.eclass (diff) | |
download | voip-040d09183953b5ecf0bf2e35322459effd5446ea.tar.gz voip-040d09183953b5ecf0bf2e35322459effd5446ea.tar.bz2 voip-040d09183953b5ecf0bf2e35322459effd5446ea.zip |
Fix portage complains about missing layout.conf
Add layout.conf based on portage variant to fix this:
!!! Repository 'voip' is missing masters attribute in '/var/lib/layman/voip/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
-rw-r--r-- | metadata/layout.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..dde6836 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,21 @@ +# This went live Wednesday, July 4, 2012 at 10:00 UTC +# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml +# and/or GLEP 59. +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# Bug #470670 - gentoo's council says to deprecate +# EAPIs 1 and 2. +eapis-deprecated = 1 2 + +# Bug #337853 - gentoo's council says to enable +# --echangelog by default for the "gentoo" repo +update-changelog = true + +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +# NOTE: list md5-dict first so clients prefer it +# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1 +# 2012 was the removal date) +cache-formats = md5-dict + +masters = gentoo |