diff options
Diffstat (limited to 'net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild')
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild index 8626a3d15eb5..57cd904cda99 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild,v 1.1 2005/07/17 18:45:37 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.7.ebuild,v 1.1.1.1 2005/11/30 09:49:02 chriswhite Exp $ inherit toolchain-funcs eutils MY_P="${P/xchat-/}" S=${WORKDIR}/${MY_P} DESCRIPTION="Sysinfo plugin for X-Chat." -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 http://dev.gentoo.org/~chainsaw/xsys/download/${MY_P}.tar.bz2" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="alpha amd64 ~ppc ppc64 x86" IUSE="bmp xmms buttons" DEPEND="|| ( @@ -32,6 +32,7 @@ src_unpack() { if use bmp; then sed -i -e "s:# FOR BMP # ::g" ${S}/Makefile elif use xmms; then + epatch ${FILESDIR}/${PV}-glib_version.patch sed -i -e "s:# FOR XMMS # ::g" ${S}/Makefile fi } |