media-sound/alsa-utils: stable 1.2.2 for sparc, bug #720810
[gentoo.git] / media-sound / cdtool / cdtool-2.1.8-r1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="collection of command-line utilities to control cdrom devices"
7 HOMEPAGE="http://hinterhof.net/cdtool/"
8 SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc sparc x86"
13 IUSE=""
14
15 RDEPEND="!media-sound/cdplay"
16
17 PATCHES=(
18         "${FILESDIR}"/${P}-glibc-2.10.patch
19         "${FILESDIR}"/${P}-fix-build-system.patch
20 )