diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-07-02 00:01:06 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-07-02 00:01:06 +0000 |
commit | d0757d3beff2b279f44d77abf6ace09bfb3595e7 (patch) | |
tree | b3b271cfd86b10bc4772b8e948d325feef1193b9 /net-irc | |
parent | Fixed libtool dependencie (diff) | |
download | gentoo-2-d0757d3beff2b279f44d77abf6ace09bfb3595e7.tar.gz gentoo-2-d0757d3beff2b279f44d77abf6ace09bfb3595e7.tar.bz2 gentoo-2-d0757d3beff2b279f44d77abf6ace09bfb3595e7.zip |
SRC_URI fix
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/xchat-1.8.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-irc/xchat/xchat-1.8.0.ebuild b/net-irc/xchat/xchat-1.8.0.ebuild index a4ca9f1e6764..22d73e9469e0 100644 --- a/net-irc/xchat/xchat-1.8.0.ebuild +++ b/net-irc/xchat/xchat-1.8.0.ebuild @@ -1,12 +1,11 @@ # Copyrigth 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.0.ebuild,v 1.1 2001/07/01 20:14:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.0.ebuild,v 1.2 2001/07/02 00:01:06 drobbins Exp $ -A=${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="xchat" -SRC_URI="http://www.xchat.org/files/source/1.7/"${A} +SRC_URI="http://www.xchat.org/files/source/${PV}/${P}.tar.bz2" HOMEPAGE="http://www.xchat.org/" DEPEND=">=gnome-base/gdk-pixbuf-0.11.0 |