diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2020-08-02 17:53:22 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-06 10:57:56 +0300 |
commit | a9efe57341e231bfd3225f12f0f00996e3a656fe (patch) | |
tree | ff7ea629468a1111dfd0b9c523dd27b26db6505a /net-libs | |
parent | dev-python/slixmpp: update HOMEPAGE (diff) | |
download | gentoo-a9efe57341e231bfd3225f12f0f00996e3a656fe.tar.gz gentoo-a9efe57341e231bfd3225f12f0f00996e3a656fe.tar.bz2 gentoo-a9efe57341e231bfd3225f12f0f00996e3a656fe.zip |
net-libs/libsearpc: add python3.{7,8,9} compatibility
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild index ba693b98ae06..fa8b4f944ac4 100644 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_6) +PYTHON_COMPAT=(python3_{6,7,8,9}) WANT_AUTOMAKE=1.16 |