summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-01-14 03:30:38 +0000
committerJon Portnoy <avenj@gentoo.org>2004-01-14 03:30:38 +0000
commitabd7a27c4846a1112f850fd758c5ef5cf242a6fa (patch)
treeb306368ae145fd1a05fe361c5f057fedccfeb78b /dev-util/ccache
parentStable on AMD64 (Manifest recommit) (diff)
downloadgentoo-2-abd7a27c4846a1112f850fd758c5ef5cf242a6fa.tar.gz
gentoo-2-abd7a27c4846a1112f850fd758c5ef5cf242a6fa.tar.bz2
gentoo-2-abd7a27c4846a1112f850fd758c5ef5cf242a6fa.zip
Stable on AMD64
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ChangeLog5
-rw-r--r--dev-util/ccache/ccache-2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index 1e5ca7384ef9..df328347cb65 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ccache
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.29 2004/01/09 16:57:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.30 2004/01/14 03:28:47 avenj Exp $
+
+ 13 Jan 2004; Jon Portnoy <avenj@gentoo.org> ccache-2.3.ebuild :
+ Stable on AMD64.
09 Jan 2004; Aron Griffis <agriffis@gentoo.org> ccache-2.3.ebuild:
stable on alpha
diff --git a/dev-util/ccache/ccache-2.3.ebuild b/dev-util/ccache/ccache-2.3.ebuild
index b5f0c13d55f9..1fd04cdca169 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.8 2004/01/09 16:57:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.3.ebuild,v 1.9 2004/01/14 03:28:47 avenj 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 ~arm ~amd64 ia64"
+KEYWORDS="x86 ~ppc sparc alpha mips hppa ~arm amd64 ia64"
DEPEND="virtual/glibc \
>=sys-apps/portage-2.0.46-r11"