summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/xdelta')
-rw-r--r--dev-util/xdelta/xdelta-1.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/xdelta/xdelta-1.1.3.ebuild b/dev-util/xdelta/xdelta-1.1.3.ebuild
index 218ab44e2093..3fc2330a75aa 100644
--- a/dev-util/xdelta/xdelta-1.1.3.ebuild
+++ b/dev-util/xdelta/xdelta-1.1.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Terry Chan <tchan@enteract.com>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-1.1.3.ebuild,v 1.2 2002/04/12 17:37:28 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-1.1.3.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Computes changes between binary or text files and creates deltas"
-SRC_URI="http://prdownloads.sourceforge.net/xdelta/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/xdelta/${P}.tar.gz"
HOMEPAGE="http://xdelta.sourceforge.net"
DEPEND="virtual/glibc
=dev-libs/glib-1.2*