*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / app-portage / overlint / overlint-0.5.3-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 PYTHON_COMPAT=( python{2_7,3_6} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Simple tool for static analysis of overlays"
11 HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git"
12 SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
13
14 LICENSE="|| ( GPL-2 GPL-3 )"
15 SLOT="0"
16 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
17 IUSE=""
18
19 RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"