commit: 29cec600df6c36b53e9b662ae7cb0865ab4eb61e
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 08:40:27 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon May 28 08:40:27 2018 +0000
URL: https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=29cec600
remove cvs header and bump to EAPI=6.
roverlay/config/const.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/roverlay/config/const.py b/roverlay/config/const.py
index 046268b..2235ab5 100644
--- a/roverlay/config/const.py
+++ b/roverlay/config/const.py
@@ -46,10 +46,9 @@ _CONSTANTS = dict (
default_header = (
'# Copyright 1999-{year:d} Gentoo Foundation\n'
'# Distributed under the terms of the GNU General Public License v2\n'
- '# $Header: $\n'
).format ( year=time.gmtime()[0] ),
# EAPI=N and inherit <eclasses> are no longer part of the default header
- eapi = 5,
+ eapi = 6,
# number of workers used by OverlayCreator
# when 0 => dont use threads