summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-24 06:19:32 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-24 06:19:32 +0000
commitd772918a9203756a82a79b6b0724d344aac39a44 (patch)
tree384f8d9c5ce0d3585adec968f43a740c2530d681 /eclass
parentRemove old versions. (diff)
downloadhistorical-d772918a9203756a82a79b6b0724d344aac39a44.tar.gz
historical-d772918a9203756a82a79b6b0724d344aac39a44.tar.bz2
historical-d772918a9203756a82a79b6b0724d344aac39a44.zip
Fix SRC_URI for experimental xemacs packages.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xemacs-packages.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass
index 5dd811d57fdf..8fd7e8bf88e9 100644
--- a/eclass/xemacs-packages.eclass
+++ b/eclass/xemacs-packages.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.16 2010/10/13 17:27:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.17 2011/05/24 06:19:32 graaff Exp $
#
# xemacs-packages eclass inherited by all xemacs packages
# $PKG_CAT need's to be set before inheriting xemacs-packages
@@ -29,7 +29,7 @@ esac
if [ -n "$EXPERIMENTAL" ]
then
- [ -z "$SRC_URI" ] && SRC_URI="ftp://ftp.xemacs.org/beta/experimental/packages/${P}-pkg.tar.gz"
+ [ -z "$SRC_URI" ] && SRC_URI="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${P}-pkg.tar.gz"
else
[ -z "$SRC_URI" ] && SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/${P}-pkg.tar.gz"
fi