diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 19:14:53 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 19:14:53 +0000 |
commit | cfab82e40cbf2c4841604dea87d469401a6389f3 (patch) | |
tree | aaf6f76fad1d8f6916a32fe1b2266e8593ad5c0e /media-sound/audacious | |
parent | sci-libs/clipper: Fix out of source build test failure, #421639 (diff) | |
download | gentoo-2-cfab82e40cbf2c4841604dea87d469401a6389f3.tar.gz gentoo-2-cfab82e40cbf2c4841604dea87d469401a6389f3.tar.bz2 gentoo-2-cfab82e40cbf2c4841604dea87d469401a6389f3.zip |
Drop unneeded patch.
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.3_alpha1.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index bc39108c1bb8..4895cdae4d47 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.271 2012/06/17 18:22:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.272 2012/06/17 19:14:53 jdhore Exp $ + + 17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> audacious-3.3_alpha1.ebuild: + Drop unneeded patch. *audacious-3.3_alpha1 (17 Jun 2012) 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 |