Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Sat, 02 Mar 2019 00:04:47
Message-Id: 1551484980.8197d04becbe20cee282d01452052e0857855d20.asturm@gentoo
1 commit: 8197d04becbe20cee282d01452052e0857855d20
2 Author: Daniel Heule <nerve <AT> ipwar <DOT> ch>
3 AuthorDate: Mon Feb 25 09:16:25 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 00:03:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8197d04b
7
8 app-admin/cdist: python 3.7 ready, EAPI 6 => 7
9
10 Signed-off-by: Daniel Heule <nerve <AT> ipwar.ch>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-admin/cdist/cdist-4.10.6.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/cdist/cdist-4.10.6.ebuild b/app-admin/cdist/cdist-4.10.6.ebuild
18 index f749811be21..44334c2bdb7 100644
19 --- a/app-admin/cdist/cdist-4.10.6.ebuild
20 +++ b/app-admin/cdist/cdist-4.10.6.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
29 +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
30
31 inherit distutils-r1