diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
commit | fcf93129ca775891a51589f89f656a64012c3f96 (patch) | |
tree | fd1f9d8ba1a27221607fd2f6a0975d84a6bd538b /dev-util/ccache/ccache-2.2.ebuild | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.gz historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.bz2 historical-fcf93129ca775891a51589f89f656a64012c3f96.zip |
virtual/glibc -> virtual/libc
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 31897d24250a..c714e0810756 100644 --- a/dev-util/ccache/ccache-2.2.ebuild +++ b/dev-util/ccache/ccache-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/06/25 02:22:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.2.ebuild,v 1.8 2004/07/02 05:03:56 eradicator 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 @@ -12,7 +12,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha mips hppa amd64" -DEPEND="virtual/glibc \ +DEPEND="virtual/libc \ >=sys-apps/portage-2.0.46-r11" # Note: this version is designed to be auto-detected and used if |