summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-06 12:18:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-06 12:18:52 +0000
commit1e3158a5e6f8c59805f2398d751b818879166221 (patch)
treec2737d5976965a185207de51913ddd8cad5fe9a3 /media-sound/ncmpc
parentstable x86, bug 331395 (diff)
downloadgentoo-2-1e3158a5e6f8c59805f2398d751b818879166221.tar.gz
gentoo-2-1e3158a5e6f8c59805f2398d751b818879166221.tar.bz2
gentoo-2-1e3158a5e6f8c59805f2398d751b818879166221.zip
oops, restore dropped patches
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/ncmpc')
-rw-r--r--media-sound/ncmpc/ncmpc-0.17.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/ncmpc/ncmpc-0.17.ebuild b/media-sound/ncmpc/ncmpc-0.17.ebuild
index 781586d0816a..8974bdb36038 100644
--- a/media-sound/ncmpc/ncmpc-0.17.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.17.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.17.ebuild,v 1.1 2010/08/06 12:15:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.17.ebuild,v 1.2 2010/08/06 12:18:52 ssuominen Exp $
EAPI=3
-inherit eutils multilib
+inherit autotools eutils multilib
DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
HOMEPAGE="http://mpd.wikia.com/wiki/Client:Ncmpc"
@@ -22,7 +22,10 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- epatch "${FILESDIR}"/${P}-fix-segfault-on-help-screen.patch
+ epatch "${FILESDIR}"/${PN}-0.16.1-asneeded.patch \
+ "${FILESDIR}"/${PN}-0.16.1-lyrics-backtrace.patch \
+ "${FILESDIR}"/${P}-fix-segfault-on-help-screen.patch
+ eautoreconf
}
src_configure() {