Skip to content

Commit

Permalink
app-portage/overlint: EAPI 7 + py3[78]
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/718250
Signed-off-by: Sebastian Pipping <[email protected]>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
  • Loading branch information
hartwork committed Apr 19, 2020
1 parent d28bb06 commit bedc3a6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app-portage/overlint/overlint-0.5.3-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=no

inherit distutils-r1

DESCRIPTION="Simple tool for static analysis of overlays"
HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git"
SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"

0 comments on commit bedc3a6

Please sign in to comment.