diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-04-09 07:16:09 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-04-09 07:16:09 +0000 |
commit | cfd6d4467c0b53670d262551934e437d583005f1 (patch) | |
tree | 0965a58c577026948768de818cfc54e7f7779723 /dev-util/ccache/ccache-2.3.ebuild | |
parent | added s390 keyword (diff) | |
download | historical-cfd6d4467c0b53670d262551934e437d583005f1.tar.gz historical-cfd6d4467c0b53670d262551934e437d583005f1.tar.bz2 historical-cfd6d4467c0b53670d262551934e437d583005f1.zip |
added s390 keyword
Diffstat (limited to 'dev-util/ccache/ccache-2.3.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-2.3.ebuild b/dev-util/ccache/ccache-2.3.ebuild index 48312db88078..02d6f4db6660 100644 --- a/dev-util/ccache/ccache-2.3.ebuild +++ b/dev-util/ccache/ccache-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.3.ebuild,v 1.11 2004/02/22 22:32:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.3.ebuild,v 1.12 2004/04/09 07:15:00 iggy 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 mips hppa amd64 ia64 ppc64" +KEYWORDS="x86 ~ppc sparc alpha mips hppa amd64 ia64 ppc64 s390" DEPEND="virtual/glibc \ >=sys-apps/portage-2.0.46-r11" |