diff options
Diffstat (limited to 'media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild')
-rw-r--r-- | media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild b/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild index dad2199a45de..9bfb32ddac9e 100644 --- a/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild +++ b/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild,v 1.7 2004/03/16 20:08:07 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild,v 1.8 2004/03/26 22:23:30 eradicator Exp $ + +inherit eutils DESCRIPTION="simple utility to control XMMS externally" SRC_URI="http://download.sourceforge.net/xmms-shell/${P}.tar.gz" @@ -17,7 +19,7 @@ DEPEND=">=media-sound/xmms-1.2.7 src_unpack() { unpack ${A} # shall be sent upstream - patch -p0 <${FILESDIR}/${PN}-gcc3.patch + epatch ${FILESDIR}/${PN}-gcc3.patch } src_compile() { |