summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ccache/ccache-2.4-r6.ebuild')
-rw-r--r--dev-util/ccache/ccache-2.4-r6.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-util/ccache/ccache-2.4-r6.ebuild b/dev-util/ccache/ccache-2.4-r6.ebuild
index 426d360080e8..3104b2706754 100644
--- a/dev-util/ccache/ccache-2.4-r6.ebuild
+++ b/dev-util/ccache/ccache-2.4-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.15 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.16 2008/01/12 21:09:48 grobian Exp $
WANT_AUTOCONF="latest"
inherit eutils autotools
@@ -45,13 +45,8 @@ src_install() {
dobin "${FILESDIR}"/ccache-config || die
diropts -m0700
- if use ppc-macos; then
- dodir /var/root/.ccache
- keepdir /var/root/.ccache
- else
- dodir /root/.ccache
- keepdir /root/.ccache
- fi
+ dodir /root/.ccache
+ keepdir /root/.ccache
}
pkg_preinst() {