diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:54:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:49 +0200 |
commit | b5490f48a61c66e4a323c544e04356da28d545c3 (patch) | |
tree | c95eacf328a75f767de248026d3cb8b0aaeedc61 /net-libs | |
parent | media-libs/alsa-lib: Remove py2.7 (diff) | |
download | gentoo-b5490f48a61c66e4a323c544e04356da28d545c3.tar.gz gentoo-b5490f48a61c66e4a323c544e04356da28d545c3.tar.bz2 gentoo-b5490f48a61c66e4a323c544e04356da28d545c3.zip |
net-libs/libsearpc: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@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 5ae50cbad5a9..69f45d332ed7 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=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) WANT_AUTOMAKE=1.16 |