From 29cec600df6c36b53e9b662ae7cb0865ab4eb61e Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Mon, 28 May 2018 16:40:27 +0800 Subject: 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 are no longer part of the default header - eapi = 5, + eapi = 6, # number of workers used by OverlayCreator # when 0 => dont use threads -- cgit v1.2.3-65-gdbad