summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-12-07 18:55:19 +0100
committerSebastian Pipping <sping@gentoo.org>2020-12-07 19:36:47 +0100
commit28172003a022194aaa0abc5139dbf12a7e46b573 (patch)
treea5725d5be52c9753980a6931e2ecf3d15ff3afb8 /app-portage
parentnet-wireless/kismetdb: python bump (diff)
downloadgentoo-28172003a022194aaa0abc5139dbf12a7e46b573.tar.gz
gentoo-28172003a022194aaa0abc5139dbf12a7e46b573.tar.bz2
gentoo-28172003a022194aaa0abc5139dbf12a7e46b573.zip
app-portage/overlint: Address PythonCompatUpdate
Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/overlint/overlint-0.5.3-r1.ebuild19
-rw-r--r--app-portage/overlint/overlint-0.5.3-r2.ebuild2
2 files changed, 1 insertions, 20 deletions
diff --git a/app-portage/overlint/overlint-0.5.3-r1.ebuild b/app-portage/overlint/overlint-0.5.3-r1.ebuild
deleted file mode 100644
index e43431ab544c..000000000000
--- a/app-portage/overlint/overlint-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple tool for static analysis of overlays"
-HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git"
-SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
diff --git a/app-portage/overlint/overlint-0.5.3-r2.ebuild b/app-portage/overlint/overlint-0.5.3-r2.ebuild
index 38e05f8207f4..c3fe8e11d2b5 100644
--- a/app-portage/overlint/overlint-0.5.3-r2.ebuild
+++ b/app-portage/overlint/overlint-0.5.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1