diff options
Diffstat (limited to 'dev-util/ccache/ccache-1.9.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-1.9.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-1.9.ebuild b/dev-util/ccache/ccache-1.9.ebuild index 5b89e4e351dd..eac0ac6606e4 100644 --- a/dev-util/ccache/ccache-1.9.ebuild +++ b/dev-util/ccache/ccache-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9.ebuild,v 1.2 2002/07/10 00:44:03 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9.ebuild,v 1.3 2002/07/12 06:14:29 phoenix 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 @@ -8,6 +8,8 @@ again the cached output is used giving a significant speedup." SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz" HOMEPAGE="http://ccache.samba.org/" KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" # Note: this version is designed to be auto-detected and used if you happen to have Portage # 2.0.6+ installed. |