Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/
Date: Sat, 10 Oct 2015 11:26:21
Message-Id: 20151010132558.156425ca@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ by hasufell
1 On Sat, 10 Oct 2015 13:06:28 +0200
2 hasufell <hasufell@g.o> wrote:
3
4 > > +
5 > > +src_prepare() {
6 > > + if has_version dev-libs/libcdio-paranoia; then
7 > > + sed -i \
8 > > + -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \
9 > > +
10 > > src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die
11 > > + fi
12 >
13 > This looks really weird. A conditional sed on what package is
14 > installed on the users system? Can you elaborate?
15
16
17 remnant of when cdio-paranoia was part of cdio; should be unconditional
18 these days since we long dropped old cdio