diff options
author | 2011-05-24 06:19:32 +0000 | |
---|---|---|
committer | 2011-05-24 06:19:32 +0000 | |
commit | b69105afd3fd9e494997647552e0f152653be5a8 (patch) | |
tree | 8d28d17e62234fc8e29e1c8e28088f3d612301d2 /eclass | |
parent | Remove old versions. (diff) | |
download | gentoo-2-b69105afd3fd9e494997647552e0f152653be5a8.tar.gz gentoo-2-b69105afd3fd9e494997647552e0f152653be5a8.tar.bz2 gentoo-2-b69105afd3fd9e494997647552e0f152653be5a8.zip |
Fix SRC_URI for experimental xemacs packages.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xemacs-packages.eclass | 4 |
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 |