summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-08-24 08:49:44 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:56 +0200
commit4ed3613e034f9036fd1ec7bdc4d6431e29e8d771 (patch)
treee52c285db95fc38ad20d53bd4465e0217ab21cea /dev-util/ccache
parentBump cpi (diff)
downloadmv-4ed3613e034f9036fd1ec7bdc4d6431e29e8d771.tar.gz
mv-4ed3613e034f9036fd1ec7bdc4d6431e29e8d771.tar.bz2
mv-4ed3613e034f9036fd1ec7bdc4d6431e29e8d771.zip
Bump squashmount. Fix blockers. git->git-2. Add USE description
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ChangeLog3
-rw-r--r--dev-util/ccache/ccache-99999999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index a7d9d481..3a72f5b2 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -2,5 +2,8 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Aug 2013; Martin Väth <martin@mvath.de>:
+ Convert to git-2
+
13 Jul 2013; Martin Väth <martin@mvath.de>:
Add live ebuild. Remove previous history
diff --git a/dev-util/ccache/ccache-99999999.ebuild b/dev-util/ccache/ccache-99999999.ebuild
index 73c9ff9d..096934c9 100644
--- a/dev-util/ccache/ccache-99999999.ebuild
+++ b/dev-util/ccache/ccache-99999999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
WANT_LIBTOOL=none
EGIT_REPO_URI="git://git.samba.org/ccache.git"
[ -n "${EVCS_OFFLINE}" ] || EGIT_REPACK=true
-inherit autotools eutils git multilib
+inherit autotools eutils git-2 multilib
DESCRIPTION="fast compiler cache"
HOMEPAGE="http://ccache.samba.org/"