aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-05-29 11:31:55 -0700
committerChristoph Junghans <ottxor@gentoo.org>2012-05-29 11:31:55 -0700
commit7398c6235029f8712d2f31e869c2f2f135cd1ead (patch)
treefa3a7c6b65f3bd6610a1fd9088f8ae445eff36e4 /dev-util
parentinitial commit (diff)
downloadsci-7398c6235029f8712d2f31e869c2f2f135cd1ead.tar.gz
sci-7398c6235029f8712d2f31e869c2f2f135cd1ead.tar.bz2
sci-7398c6235029f8712d2f31e869c2f2f135cd1ead.zip
fixed EAPI bump
(Portage version: 2.2.0_alpha108/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ccache-icc/ChangeLog3
-rw-r--r--dev-util/ccache-icc/ccache-icc-0.1.ebuild2
2 files changed, 5 insertions, 0 deletions
diff --git a/dev-util/ccache-icc/ChangeLog b/dev-util/ccache-icc/ChangeLog
index b80cad139..09be58992 100644
--- a/dev-util/ccache-icc/ChangeLog
+++ b/dev-util/ccache-icc/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 29 May 2012; Christoph Junghans <ottxor@gentoo.org> ccache-icc-0.1.ebuild:
+ fixed EAPI bump
+
*ccache-icc-0.1 (29 May 2012)
29 May 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-icc-0.1.ebuild,
diff --git a/dev-util/ccache-icc/ccache-icc-0.1.ebuild b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
index ced760c19..cbdb80a89 100644
--- a/dev-util/ccache-icc/ccache-icc-0.1.ebuild
+++ b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
@@ -21,6 +21,8 @@ RDEPEND="
"
DEPEND=""
+S="${T}"
+
src_install() {
dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/icc"
dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/icpc"