summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-09-24 16:36:52 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:18 +0200
commitb1ceb82d5841fa924ffda9646f38276ac6973648 (patch)
treee7e83d4722019833b915b198bedfacf25292e412 /dev-util
parentBump less (diff)
downloadmv-b1ceb82d5841fa924ffda9646f38276ac6973648.tar.gz
mv-b1ceb82d5841fa924ffda9646f38276ac6973648.tar.bz2
mv-b1ceb82d5841fa924ffda9646f38276ac6973648.zip
Bump stardict. Make repoman happy
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ccache/ccache-99999999-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-99999999-r1.ebuild b/dev-util/ccache/ccache-99999999-r1.ebuild
index 245af465..73655d99 100644
--- a/dev-util/ccache/ccache-99999999-r1.ebuild
+++ b/dev-util/ccache/ccache-99999999-r1.ebuild
@@ -25,7 +25,6 @@ src_prepare() {
# make sure we always use system zlib
rm -rf zlib
epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- # epatch "${FILESDIR}"/${PN}-3.1.9-test-gcc-4.8.patch #461966 Fixed in git
sed \
-e "/^LIBDIR=/s:lib:$(get_libdir):" \
-e "/^EPREFIX=/s:'':'${EPREFIX}':" \
@@ -42,7 +41,7 @@ src_install() {
DOC_CONTENTS="
To use ccache with **non-Portage** C compiling, add
-${EPREFIX}/usr/$(get_libdir)/ccache/bin to the beginning of your path, before ${EPREFIX}usr/bin.
+"${EPREFIX}/usr/$(get_libdir)/ccache/bin" to the beginning of your path, before "${EPREFIX}usr/bin".
Portage 2.0.46-r11+ will automatically take advantage of ccache with
no additional steps. If this is your first install of ccache, type
something like this to set a maximum cache size of 2GB:\\n