net-misc/tuir: fixed ebuild

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 11:44:37 +01:00
parent 8a8bf975ed
commit a07aefe3db
3 changed files with 6 additions and 12 deletions

View File

@@ -8,16 +8,10 @@ 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/${PV}.tar.gz"
S="${WORKDIR}/${P}"
SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
src_prepare() {
distutils-r1_src_prepare
}