diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:13:09 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:24:30 +0100 |
| commit | 29084de99ed1f797cf5bbc93d41ccb0940a67afa (patch) | |
| tree | 52f574c045f727371e02ae14f6ae106370e5ef13 /dev-python | |
| parent | 0eadffc4d42f0508bdf84a9a19b07e411bf60e9d (diff) | |
| download | gentoo-29084de99ed1f797cf5bbc93d41ccb0940a67afa.tar.gz gentoo-29084de99ed1f797cf5bbc93d41ccb0940a67afa.tar.bz2 gentoo-29084de99ed1f797cf5bbc93d41ccb0940a67afa.zip | |
dev-python/llfuse: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/llfuse/llfuse-1.3.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/llfuse/llfuse-1.3.4.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/llfuse/llfuse-1.3.5.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild index a2a5f2073247..800e130cbaa5 100644 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild +++ b/dev-python/llfuse/llfuse-1.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild b/dev-python/llfuse/llfuse-1.3.4.ebuild index b6e057c90019..8d6c4d0e1673 100644 --- a/dev-python/llfuse/llfuse-1.3.4.ebuild +++ b/dev-python/llfuse/llfuse-1.3.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/llfuse/llfuse-1.3.5.ebuild b/dev-python/llfuse/llfuse-1.3.5.ebuild index c5d477418d22..bce229739584 100644 --- a/dev-python/llfuse/llfuse-1.3.5.ebuild +++ b/dev-python/llfuse/llfuse-1.3.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 |
