Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymountboot/
Date: Sun, 03 Nov 2019 15:29:41
Message-Id: 1572794973.255e60d50349593c1ec2f32e0a9849dcda556d54.mgorny@gentoo
1 commit: 255e60d50349593c1ec2f32e0a9849dcda556d54
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 15:27:17 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 15:29:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255e60d5
7
8 dev-python/pymountboot: Bump to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 +-
13 dev-python/pymountboot/pymountboot-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
17 index 94d84368118..8260ec0bb9d 100644
18 --- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
19 +++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
27
28 inherit distutils-r1
29
30 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
31 index 487cea22829..7c94b1e3d22 100644
32 --- a/dev-python/pymountboot/pymountboot-9999.ebuild
33 +++ b/dev-python/pymountboot/pymountboot-9999.ebuild
34 @@ -1,7 +1,7 @@
35 # Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=5
39 +EAPI=7
40 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
41
42 inherit distutils-r1 git-r3