2014-03-19 04:59:10 +01:00
|
|
|
# we inerhit eclasses from gentoo
|
2012-08-04 13:18:22 +02:00
|
|
|
masters = gentoo
|
2014-03-19 04:59:10 +01:00
|
|
|
|
|
|
|
# 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.
|
2012-08-04 13:18:22 +02:00
|
|
|
manifest-hashes = SHA256 SHA512 WHIRLPOOL
|
2014-03-19 04:59:10 +01:00
|
|
|
|
|
|
|
# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2.
|
|
|
|
# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
|
|
|
|
eapis-deprecated = 0 1 2 3
|
|
|
|
|
|
|
|
# Bug #337853 - gentoo's council says to enable
|
|
|
|
# --echangelog by default for the "gentoo" repo
|
|
|
|
# we don't do it, use git log instead.
|
2012-08-04 13:18:22 +02:00
|
|
|
update-changelog = false
|
2014-03-19 04:59:10 +01:00
|
|
|
|
2012-08-04 13:18:22 +02:00
|
|
|
# Use thin manifests
|
|
|
|
thin-manifests = true
|
2014-03-19 04:59:10 +01:00
|
|
|
|
2012-08-04 13:18:22 +02:00
|
|
|
# Dont sign thin manifests. There is no current policy for git commit signing
|
|
|
|
sign-manifests = false
|
2014-03-19 04:59:10 +01:00
|
|
|
|
|
|
|
# the default *is* actually pms, but better safe then sorry
|
|
|
|
# since we don't actually need stuff like package.* as
|
|
|
|
# directory
|
|
|
|
profile-formats = pms
|
|
|
|
|
2012-08-04 13:18:22 +02:00
|
|
|
# Make egencache generate newer (more reliable)
|
|
|
|
# md5-dict cache format (see bug #409445).
|
2014-03-19 04:59:10 +01:00
|
|
|
# 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)
|
2012-08-04 13:18:22 +02:00
|
|
|
cache-formats = md5-dict
|