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: sys-apps/opal-utils/
Date: Mon, 10 Feb 2020 13:26:59
Message-Id: 1581341192.750a956098b281965ba407487f72bbf51e3ef8a7.mgorny@gentoo
1 commit: 750a956098b281965ba407487f72bbf51e3ef8a7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:05:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750a9560
7
8 sys-apps/opal-utils: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/opal-utils/opal-utils-6.5.2.ebuild | 2 +-
13 sys-apps/opal-utils/opal-utils-6.5.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
17 index a5c514c95a7..12cc0995a25 100644
18 --- a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
19 +++ b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26
27 inherit linux-info python-any-r1 systemd toolchain-funcs
28
29
30 diff --git a/sys-apps/opal-utils/opal-utils-6.5.ebuild b/sys-apps/opal-utils/opal-utils-6.5.ebuild
31 index a5c514c95a7..12cc0995a25 100644
32 --- a/sys-apps/opal-utils/opal-utils-6.5.ebuild
33 +++ b/sys-apps/opal-utils/opal-utils-6.5.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
39 +PYTHON_COMPAT=( python3_{6,7} )
40
41 inherit linux-info python-any-r1 systemd toolchain-funcs