diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:08:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:17:56 +0200 |
commit | c8d550150779a44eee9edeaccddd024bc4dd4210 (patch) | |
tree | ae7cefac19688c38264706bae0d4035513c1a7db /app-editors/pluma | |
parent | app-arch/rpm: Remove py2.7 (diff) | |
download | gentoo-c8d550150779a44eee9edeaccddd024bc4dd4210.tar.gz gentoo-c8d550150779a44eee9edeaccddd024bc4dd4210.tar.bz2 gentoo-c8d550150779a44eee9edeaccddd024bc4dd4210.zip |
app-editors/pluma: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/pluma')
-rw-r--r-- | app-editors/pluma/pluma-1.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma/pluma-1.24.0.ebuild b/app-editors/pluma/pluma-1.24.0.ebuild index b4b41684ccc9..ae1a569e5bee 100644 --- a/app-editors/pluma/pluma-1.24.0.ebuild +++ b/app-editors/pluma/pluma-1.24.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit mate python-single-r1 virtualx |