diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 14:28:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 14:28:13 +0000 |
commit | 952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03 (patch) | |
tree | 5065518b8a3d585f3922c216f32452cdd5ce9aba /dev-util/ccache | |
parent | changelog fixes (diff) | |
download | gentoo-2-952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03.tar.gz gentoo-2-952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03.tar.bz2 gentoo-2-952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03.zip |
unmasks
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-2.1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ccache/ccache-2.1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/ccache/ccache-2.1.1-r2.ebuild b/dev-util/ccache/ccache-2.1.1-r2.ebuild index 485f418fb894..547fe2c1cbee 100644 --- a/dev-util/ccache/ccache-2.1.1-r2.ebuild +++ b/dev-util/ccache/ccache-2.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.1.1-r2.ebuild,v 1.3 2003/02/25 20:18:02 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.1.1-r2.ebuild,v 1.4 2003/07/12 14:28:13 aliz 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" diff --git a/dev-util/ccache/ccache-2.1.1.ebuild b/dev-util/ccache/ccache-2.1.1.ebuild index dcc051239d06..ec92308b8ad1 100644 --- a/dev-util/ccache/ccache-2.1.1.ebuild +++ b/dev-util/ccache/ccache-2.1.1.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.1.1.ebuild,v 1.4 2003/02/25 20:18:02 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.1.1.ebuild,v 1.5 2003/07/12 14:28:13 aliz 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 @@ -10,7 +10,7 @@ HOMEPAGE="http://ccache.samba.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" # Note: this version is designed to be auto-detected and used if # you happen to have Portage 2.0.6+ installed. |