diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-17 15:51:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-17 15:51:34 +0000 |
commit | 8df36e5aea1e3e1b12bff16eb62b93a8a9d8124d (patch) | |
tree | 7b34a7b3d93fb2c17561229922fa71453c3231e0 /media-sound | |
parent | Bump to eapi5, use python-single-r1.eclass and fix desktop file (#451588 by G... (diff) | |
download | gentoo-2-8df36e5aea1e3e1b12bff16eb62b93a8a9d8124d.tar.gz gentoo-2-8df36e5aea1e3e1b12bff16eb62b93a8a9d8124d.tar.bz2 gentoo-2-8df36e5aea1e3e1b12bff16eb62b93a8a9d8124d.zip |
Link to upstream bug.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pragha/pragha-1.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/pragha/pragha-1.1.1.ebuild b/media-sound/pragha/pragha-1.1.1.ebuild index 63880c4b6b97..88d89c117b7b 100644 --- a/media-sound/pragha/pragha-1.1.1.ebuild +++ b/media-sound/pragha/pragha-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.1.1.ebuild,v 1.5 2013/01/15 19:23:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.1.1.ebuild,v 1.6 2013/01/17 15:51:34 ssuominen Exp $ EAPI=5 inherit xfconf @@ -47,6 +47,7 @@ pkg_setup() { } src_prepare() { + # http://github.com/matiasdelellis/pragha/issues/46 if has_version dev-libs/libcdio-paranoia; then sed -i -e '/#include/s:cdio/cdda.h:cdio/paranoia/cdda.h:' src/cdda.h || die fi |