diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-01-14 16:50:19 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-01-14 16:50:26 +0100 |
commit | 08860c0aec80c4c3aee8aea1420502cfb5b937f6 (patch) | |
tree | d9655d2f0b4a7b86b70c54b75193a0e216d2da2f /metadata | |
parent | dev-lang/ocaml: last EAPI=1 ebuild is gone (diff) | |
download | gentoo-08860c0aec80c4c3aee8aea1420502cfb5b937f6.tar.gz gentoo-08860c0aec80c4c3aee8aea1420502cfb5b937f6.tar.bz2 gentoo-08860c0aec80c4c3aee8aea1420502cfb5b937f6.zip |
metadata: Reinstate EAPI=1 ban in layout.conf
Gentoo-Bug:_ 551968
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index e8ab2ec64d99..4271081ea730 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -12,8 +12,8 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670). # 2014-02-25 council meeting deprecated EAPIs 0 and 3. # 2015-10-11 council meeting deprecated EAPI 4. -#eapis-banned = 1 -eapis-deprecated = 0 1 2 3 4 +eapis-banned = 1 +eapis-deprecated = 0 2 3 4 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo |