diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2006-03-06 16:23:03 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2006-03-06 16:23:03 +0000 |
commit | 0a75595d3d5cadc80a6669dd6bc6e09df0fc548e (patch) | |
tree | 8ea7b4ee246c2ab5c946ff4f8f8a6dd2baef002d /dev-util/ccache/ccache-2.2.ebuild | |
parent | Marked ~alpha (bug #122726) (diff) | |
download | historical-0a75595d3d5cadc80a6669dd6bc6e09df0fc548e.tar.gz historical-0a75595d3d5cadc80a6669dd6bc6e09df0fc548e.tar.bz2 historical-0a75595d3d5cadc80a6669dd6bc6e09df0fc548e.zip |
Change SRC_URI to close bug #125246
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-util/ccache/ccache-2.2.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ccache/ccache-2.2.ebuild b/dev-util/ccache/ccache-2.2.ebuild index 47f83919c88d..1f8e58cfbb3d 100644 --- a/dev-util/ccache/ccache-2.2.ebuild +++ b/dev-util/ccache/ccache-2.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.2.ebuild,v 1.9 2005/01/21 05:36:37 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.2.ebuild,v 1.10 2006/03/06 16:23:03 lisa Exp $ DESCRIPTION="ccache is a fast compiler cache. It is used as a front end to your compiler to safely cache compilation output. When the same code is compiled again the cached output is used giving a significant speedup." -SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz" +SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz" HOMEPAGE="http://ccache.samba.org/" IUSE="" |