summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-12 21:09:48 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-12 21:09:48 +0000
commita1cc81d86d81b2c32a1afe72c05f1ae14c04c491 (patch)
tree079245bce8c885ecea218dcab073fb5aa958d5c6 /dev-util/ccache/ccache-2.4-r6.ebuild
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-a1cc81d86d81b2c32a1afe72c05f1ae14c04c491.tar.gz
gentoo-2-a1cc81d86d81b2c32a1afe72c05f1ae14c04c491.tar.bz2
gentoo-2-a1cc81d86d81b2c32a1afe72c05f1ae14c04c491.zip
Remove ppc-macos bits
(Portage version: 2.1.3.19)
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() {