dev-python/kitchen: fixed ebuild, thx telans!

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>
This commit is contained in:
Simon van der Maas
2021-02-16 10:55:06 +01:00
parent 29a40fb73d
commit 8a8bf975ed
2 changed files with 17 additions and 10 deletions

View File

@@ -3,11 +3,14 @@
EAPI=7
PYTHON_COMPAT=( python{3_7,3_8,3_9} )
inherit distutils-r1
DESCRIPTION="Kitchen contains a cornucopia of useful code"
HOMEPAGE="https://github.com/fedora-infra/kitchen"
SRC_URI="https://github.com/fedora-infra/kitchen/archive/1.2.6.tar.gz"
SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz"
S="${WORKDIR}"
S="${WORKDIR}/${P}"
LICENSE="LGPL-2.1"
@@ -15,4 +18,6 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-lang/python"
src_prepare() {
distutils-r1_src_prepare
}