commit: 07236cd4ba4c88e90fd9d8192c76f27f80c45c9e Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Jul 31 13:57:00 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 07:43:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07236cd4
media-sound/cdtool: fix pkgcheck issues Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/cdtool/cdtool-2.1.8-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild b/media-sound/cdtool/cdtool-2.1.8-r1.ebuild index 0d81cefca180..c95d197d9ecb 100644 --- a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild +++ b/media-sound/cdtool/cdtool-2.1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,10 @@ SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" RDEPEND="!media-sound/cdplay" PATCHES=( - "${FILESDIR}"/${P}-glibc-2.10.patch - "${FILESDIR}"/${P}-fix-build-system.patch + "${FILESDIR}/${P}-glibc-2.10.patch" + "${FILESDIR}/${P}-fix-build-system.patch" )
