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: sci-libs/linux-gpib/
Date: Thu, 07 May 2020 15:18:07
Message-Id: 1588864499.3ea2413779fb323ddc846f76b3fb82abbdcac636.mgorny@gentoo
1 commit: 3ea2413779fb323ddc846f76b3fb82abbdcac636
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:14:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:14:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea24137
7
8 sci-libs/linux-gpib: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild | 2 +-
13 sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild
17 index df557833f06..959fd66ed92 100644
18 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild
19 +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
25 +PYTHON_COMPAT=( python3_6 python3_7 )
26
27 inherit readme.gentoo-r1 autotools perl-functions python-single-r1 toolchain-funcs udev user
28
29
30 diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild
31 index 67d1c705d12..ae944aeda71 100644
32 --- a/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild
33 +++ b/sci-libs/linux-gpib/linux-gpib-4.3.0.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
39 +PYTHON_COMPAT=( python3_6 python3_7 )
40
41 inherit readme.gentoo-r1 autotools perl-functions python-single-r1 toolchain-funcs udev