commit: 38500d74e0ac7fa8254d6c6f824729daf8887c54 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 11 11:32:37 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 11:38:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38500d74
app-text/landslide: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/landslide/landslide-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/landslide/landslide-1.1.3.ebuild b/app-text/landslide/landslide-1.1.3.ebuild index 6b987b52c66..8f2cfe02f2b 100644 --- a/app-text/landslide/landslide-1.1.3.ebuild +++ b/app-text/landslide/landslide-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot
