diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 15:55:25 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-08-01 09:43:12 +0200 |
commit | f05e3d46586ce5a5996befacb7fbb09f7c23dfb4 (patch) | |
tree | 5bf3dfee754cb00b786f4b30876acf54a141c04a /media-sound/apetag | |
parent | media-sound/alsamixergui: fix pkgcheck issues (diff) | |
download | gentoo-f05e3d46586ce5a5996befacb7fbb09f7c23dfb4.tar.gz gentoo-f05e3d46586ce5a5996befacb7fbb09f7c23dfb4.tar.bz2 gentoo-f05e3d46586ce5a5996befacb7fbb09f7c23dfb4.zip |
media-sound/apetag: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/apetag')
-rw-r--r-- | media-sound/apetag/apetag-1.12-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild b/media-sound/apetag/apetag-1.12-r3.ebuild index 38204d8befaf..fb7826821296 100644 --- a/media-sound/apetag/apetag-1.12-r3.ebuild +++ b/media-sound/apetag/apetag-1.12-r3.ebuild @@ -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=( |