summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-07-10 00:44:03 +0000
committerMark Guertin <gerk@gentoo.org>2002-07-10 00:44:03 +0000
commit1a300f732ff8f2b0b728d8930f2be404d27aca93 (patch)
tree21ac5f28946870a76a6015f32e6cb2f9746eaa9b /dev-util
parentrepoman'd (diff)
downloadgentoo-2-1a300f732ff8f2b0b728d8930f2be404d27aca93.tar.gz
gentoo-2-1a300f732ff8f2b0b728d8930f2be404d27aca93.tar.bz2
gentoo-2-1a300f732ff8f2b0b728d8930f2be404d27aca93.zip
tested and added ppc to KEYWORDS
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ccache/ChangeLog7
-rw-r--r--dev-util/ccache/ccache-1.9.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index bfb78bbcdce1..61267bd60279 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/ccache
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.2 2002/06/25 02:06:28 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.3 2002/07/10 00:44:03 gerk Exp $
+
+*ccache-1.9 (09 Jul 2002)
+
+ 09 Jul 2002; Mark Guertin <gerk@gentoo.org> : tested and added
+ ppc to KEYWORDS
*ccache-1.9 (24 Jun 2002)
diff --git a/dev-util/ccache/ccache-1.9.ebuild b/dev-util/ccache/ccache-1.9.ebuild
index 31f340a745e3..5b89e4e351dd 100644
--- a/dev-util/ccache/ccache-1.9.ebuild
+++ b/dev-util/ccache/ccache-1.9.ebuild
@@ -1,13 +1,13 @@
# 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.1 2002/06/25 02:06:28 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9.ebuild,v 1.2 2002/07/10 00:44:03 gerk 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"
HOMEPAGE="http://ccache.samba.org/"
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
# Note: this version is designed to be auto-detected and used if you happen to have Portage
# 2.0.6+ installed.