app-cdr/burncdda: Drop mp3 USE flag

* Requires removed media-sound/mp3_check

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Jakov Smolic 2021-02-21 11:56:34 +01:00 committed by David Seifert
parent d682046427
commit bc65ec05cf
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
3 changed files with 5 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
DESCRIPTION="Console app for copying burning audio cds"
HOMEPAGE="http://burncdda.sourceforge.net/"
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="flac mp3 vorbis"
IUSE="flac vorbis"
RDEPEND="
app-cdr/cdrdao
@ -19,12 +19,7 @@ RDEPEND="
media-sound/normalize
media-sound/sox
flac? ( media-libs/flac )
mp3? (
media-sound/mpg123
media-sound/mp3_check
)
vorbis? ( media-sound/vorbis-tools )
"
vorbis? ( media-sound/vorbis-tools )"
src_install() {
dobin ${PN}

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<!-- maintainer-needed -->
<longdescription>
burnCDDA is a console frontend to cdrdao, cdrecord, mpg123, oggdec, mppdec,
flac, normalize, and mp3_check. It can be used to create audio CDs from an

View File

@ -37,10 +37,6 @@ www-client/seamonkey lto
# http://httpd.apache.org/docs/current/mod/mod_lua.html
www-servers/apache apache2_modules_lua
# Michał Górny <mgorny@gentoo.org> (2021-01-19)
# Requires masked media-sound/mp3_check.
app-cdr/burncdda mp3
# Brian Evans <grknight@gentoo.org> (2021-01-07)
# Block test deps on packages until they can be updated
# Old phpunit does not work with new PHP and last is vulnerable