diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:55:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:00 +0100 |
commit | 615a39ba20f1f2595f6f6c68786574859311059a (patch) | |
tree | c5382dc5e44194f49a555e6150bd12ee6910d7e2 /media-sound/cdcd | |
parent | media-sound/abcmidi: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-615a39ba20f1f2595f6f6c68786574859311059a.tar.gz gentoo-615a39ba20f1f2595f6f6c68786574859311059a.tar.bz2 gentoo-615a39ba20f1f2595f6f6c68786574859311059a.zip |
media-sound/cdcd: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/cdcd')
-rw-r--r-- | media-sound/cdcd/cdcd-0.6.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cdcd/cdcd-0.6.6-r2.ebuild b/media-sound/cdcd/cdcd-0.6.6-r2.ebuild index 6f47ecb006f0..e25183b173ae 100644 --- a/media-sound/cdcd/cdcd-0.6.6-r2.ebuild +++ b/media-sound/cdcd/cdcd-0.6.6-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="a simple yet powerful command line cd player" HOMEPAGE="http://libcdaudio.sourceforge.net" |