diff options
Diffstat (limited to 'media-sound/audacious/audacious-3.3_alpha1.ebuild')
-rw-r--r-- | media-sound/audacious/audacious-3.3_alpha1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-sound/audacious/audacious-3.3_alpha1.ebuild b/media-sound/audacious/audacious-3.3_alpha1.ebuild index f9a65c5149d6..9d149e2a5be8 100644 --- a/media-sound/audacious/audacious-3.3_alpha1.ebuild +++ b/media-sound/audacious/audacious-3.3_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3_alpha1.ebuild,v 1.1 2012/06/17 18:22:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3_alpha1.ebuild,v 1.2 2012/06/17 19:14:53 jdhore Exp $ EAPI=4 inherit eutils @@ -33,10 +33,6 @@ DEPEND="${RDEPEND} PDEPEND=">=media-plugins/audacious-plugins-3.3_alpha1" -src_prepare() { - epatch "$FILESDIR"/${P}-fix-mutex.patch -} - src_configure() { # D-Bus is a mandatory dependency, remote control, # session management and some plugins depend on this. @@ -52,7 +48,7 @@ src_configure() { src_install() { default - dodoc AUTHORS README + dodoc AUTHORS # Gentoo_ice skin installation; bug #109772 insinto /usr/share/audacious/Skins/gentoo_ice |