diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-24 22:05:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-24 22:05:39 +0000 |
commit | e87b5334bc632d006e32a30851fa2f8751b163ff (patch) | |
tree | 3debe99448f7359bbe12077c8faac8a922894e12 /app-emulation | |
parent | Add inheritance from autotools.eclass, without it the Makefile.am from lastfm... (diff) | |
download | gentoo-2-e87b5334bc632d006e32a30851fa2f8751b163ff.tar.gz gentoo-2-e87b5334bc632d006e32a30851fa2f8751b163ff.tar.bz2 gentoo-2-e87b5334bc632d006e32a30851fa2f8751b163ff.zip |
don't try to actually run fc-cache (bug #280976)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 600690c10d7b..641ae514ea93 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.62 2009/05/11 16:46:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.63 2009/08/24 22:05:39 mr_bones_ Exp $ + + 24 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> vice-2.1.ebuild: + don't try to actually run fc-cache (bug #280976) 11 May 2009; Samuli Suominen <ssuominen@gentoo.org> vice-2.1.ebuild, +files/vice-2.1-gcc44.patch: diff --git a/app-emulation/vice/vice-2.1.ebuild b/app-emulation/vice/vice-2.1.ebuild index 922fcf54f4c2..68b9d44d23f7 100644 --- a/app-emulation/vice/vice-2.1.ebuild +++ b/app-emulation/vice/vice-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.2 2009/05/11 16:46:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.3 2009/08/24 22:05:39 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -58,6 +58,8 @@ src_prepare() { } src_configure() { + # don't try to actually run fc-cache (bug #280976) + FCCACHE=/bin/true \ egamesconf \ --disable-dependency-tracking \ --enable-fullscreen \ |