mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-sound/apetag: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
5d76a7c269
commit
f05e3d4658
@@ -10,18 +10,17 @@ inherit python-single-r1 toolchain-funcs
|
||||
DESCRIPTION="Command-line ape 2.0 tagger"
|
||||
HOMEPAGE="https://robert.muth.org/Apetag/"
|
||||
SRC_URI="https://robert.muth.org/Apetag/${PN}.${PV}.tar.gz"
|
||||
S="${WORKDIR}/${PN^}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 ~riscv x86"
|
||||
IUSE=""
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${PN^}
|
||||
|
||||
DOCS=( 00readme )
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user