diff options
author | Martin Väth <martin@mvath.de> | 2014-09-24 16:36:52 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:18 +0200 |
commit | b1ceb82d5841fa924ffda9646f38276ac6973648 (patch) | |
tree | e7e83d4722019833b915b198bedfacf25292e412 /dev-util | |
parent | Bump less (diff) | |
download | mv-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.ebuild | 3 |
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 |