Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/
Date: Tue, 06 Oct 2020 08:15:29
Message-Id: 1601971076.a9efe57341e231bfd3225f12f0f00996e3a656fe.juippis@gentoo
1 commit: a9efe57341e231bfd3225f12f0f00996e3a656fe
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun Aug 2 15:53:22 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 07:57:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9efe573
7
8 net-libs/libsearpc: add python3.{7,8,9} compatibility
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
18 index ba693b98ae0..fa8b4f944ac 100644
19 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
20 +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=(python3_6)
26 +PYTHON_COMPAT=(python3_{6,7,8,9})
27
28 WANT_AUTOMAKE=1.16