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: net-misc/omniORB/
Date: Thu, 07 May 2020 15:18:06
Message-Id: 1588864385.a58745078018e4774a972f18a53ef7157ef8f255.mgorny@gentoo
1 commit: a58745078018e4774a972f18a53ef7157ef8f255
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:13:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:13:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5874507
7
8 net-misc/omniORB: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/omniORB/omniORB-4.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/omniORB/omniORB-4.2.2.ebuild b/net-misc/omniORB/omniORB-4.2.2.ebuild
16 index 11410f97fd7..62f67c23cdc 100644
17 --- a/net-misc/omniORB/omniORB-4.2.2.ebuild
18 +++ b/net-misc/omniORB/omniORB-4.2.2.ebuild
19 @@ -8,7 +8,7 @@ EAPI=7
20 # consistency we have to force it to use one that we specify. The
21 # highest version the configure script will accept is python-3.3, but
22 # that's on it's way out, so we prefer to stick with python-2.7 for now.
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25
26 inherit python-single-r1