diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-08-09 04:26:20 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-08-09 04:26:20 +0000 |
commit | 0ce8dc63a8b81314fab2f9a615c3968d40795274 (patch) | |
tree | 80f19f2dc6aba07e3f62827540338ec53ec20c8f /eclass/fox.eclass | |
parent | Added more run dependencies (diff) | |
download | gentoo-2-0ce8dc63a8b81314fab2f9a615c3968d40795274.tar.gz gentoo-2-0ce8dc63a8b81314fab2f9a615c3968d40795274.tar.bz2 gentoo-2-0ce8dc63a8b81314fab2f9a615c3968d40795274.zip |
new url fetch
Diffstat (limited to 'eclass/fox.eclass')
-rw-r--r-- | eclass/fox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/fox.eclass b/eclass/fox.eclass index 33858cf2649a..9367eb4b344e 100644 --- a/eclass/fox.eclass +++ b/eclass/fox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.12 2011/07/08 11:35:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.13 2011/08/09 04:26:20 bicatali Exp $ # @ECLASS: fox.eclass # @MAINTAINER: @@ -63,7 +63,7 @@ FOX_APPS="adie calculator pathfinder shutterbug" DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively" HOMEPAGE="http://www.fox-toolkit.org/" -SRC_URI="http://www.fox-toolkit.org/ftp/fox-${FOX_PV}.tar.gz" +SRC_URI="ftp://ftp.fox-toolkit.org/pub/fox-${FOX_PV}.tar.gz" IUSE="debug doc profile" |