Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/config/
Date: Mon, 28 May 2018 08:41:24
Message-Id: 1527496827.29cec600df6c36b53e9b662ae7cb0865ab4eb61e.heroxbd@gentoo
1 commit: 29cec600df6c36b53e9b662ae7cb0865ab4eb61e
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 08:40:27 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 08:40:27 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=29cec600
7
8 remove cvs header and bump to EAPI=6.
9
10 roverlay/config/const.py | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/roverlay/config/const.py b/roverlay/config/const.py
14 index 046268b..2235ab5 100644
15 --- a/roverlay/config/const.py
16 +++ b/roverlay/config/const.py
17 @@ -46,10 +46,9 @@ _CONSTANTS = dict (
18 default_header = (
19 '# Copyright 1999-{year:d} Gentoo Foundation\n'
20 '# Distributed under the terms of the GNU General Public License v2\n'
21 - '# $Header: $\n'
22 ).format ( year=time.gmtime()[0] ),
23 # EAPI=N and inherit <eclasses> are no longer part of the default header
24 - eapi = 5,
25 + eapi = 6,
26
27 # number of workers used by OverlayCreator
28 # when 0 => dont use threads