diff options
Diffstat (limited to 'media-sound/cdtool/cdtool-2.1.8-r1.ebuild')
-rw-r--r-- | media-sound/cdtool/cdtool-2.1.8-r1.ebuild | 7 |
1 files 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" ) |