diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:17 +0100 |
commit | c39c74304065fe6c224a0cec8c754e070c866693 (patch) | |
tree | 0e86c6bde0f407d69581e9dbc38a16ecc0aea344 /net-libs/libsoup | |
parent | net-libs/libpsl: Remove py2 where possible (diff) | |
download | gentoo-c39c74304065fe6c224a0cec8c754e070c866693.tar.gz gentoo-c39c74304065fe6c224a0cec8c754e070c866693.tar.bz2 gentoo-c39c74304065fe6c224a0cec8c754e070c866693.zip |
net-libs/libsoup: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/libsoup-2.58.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libsoup/libsoup-2.58.2.ebuild b/net-libs/libsoup/libsoup-2.58.2.ebuild index 9226739e9650..43389753b616 100644 --- a/net-libs/libsoup/libsoup-2.58.2.ebuild +++ b/net-libs/libsoup/libsoup-2.58.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) VALA_USE_DEPEND="vapigen" inherit gnome2 multilib-minimal python-any-r1 vala |