diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-19 19:11:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-19 19:11:53 +0000 |
commit | e29acb2d48f0da02131ff6d695e24bea7aa598cc (patch) | |
tree | 90f5063e617831ce0b33d4b15e46ce8f11b206c8 /dev-util/ccache/ccache-2.2.ebuild | |
parent | adding <=app-emulation/fceultra-090 caus it requires gcc3 (diff) | |
download | gentoo-2-e29acb2d48f0da02131ff6d695e24bea7aa598cc.tar.gz gentoo-2-e29acb2d48f0da02131ff6d695e24bea7aa598cc.tar.bz2 gentoo-2-e29acb2d48f0da02131ff6d695e24bea7aa598cc.zip |
stable on alpha
Diffstat (limited to 'dev-util/ccache/ccache-2.2.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-2.2.ebuild b/dev-util/ccache/ccache-2.2.ebuild index 57fa930cb572..0a8eaa7ff7ac 100644 --- a/dev-util/ccache/ccache-2.2.ebuild +++ b/dev-util/ccache/ccache-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/02/26 19:26:37 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.2.ebuild,v 1.2 2003/03/19 19:11:53 agriffis 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 @@ -11,7 +11,7 @@ HOMEPAGE="http://ccache.samba.org/" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha arm" +KEYWORDS="~x86 ~ppc ~sparc alpha arm" DEPEND="virtual/glibc \ >=sys-apps/portage-2.0.46-r11" |