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 | c8b53ddb5c8c1ddd04054cc0b5a83bd27e3f3a5c (patch) | |
tree | 6799c8d900363d8dd9e5bd3bebd9d348a1ae8990 /app-emulation | |
parent | Add inheritance from autotools.eclass, without it the Makefile.am from lastfm... (diff) | |
download | historical-c8b53ddb5c8c1ddd04054cc0b5a83bd27e3f3a5c.tar.gz historical-c8b53ddb5c8c1ddd04054cc0b5a83bd27e3f3a5c.tar.bz2 historical-c8b53ddb5c8c1ddd04054cc0b5a83bd27e3f3a5c.zip |
don't try to actually run fc-cache (bug #280976)
Package-Manager: portage-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/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.1.ebuild | 4 |
3 files changed, 9 insertions, 4 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/Manifest b/app-emulation/vice/Manifest index 1f40934d2b44..097ea52994d4 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -2,6 +2,6 @@ AUX vice-2.1-gcc44.patch 218 RMD160 3d14faf8527894b83de5a0c7cf70b811b4364d62 SHA DIST vice-1.22.tar.gz 6088483 RMD160 ca93fc424e617e38f27e288ebcdfbab2aa3659db SHA1 55e0047824f64173539e03ddd2d5ab51cd581fbb SHA256 cd45ce3eea98ce70ae03002a4d02bb3188c982ee7fb7435ac8777bc8a780ef01 DIST vice-2.1.tar.gz 8097482 RMD160 218a3b111d9c3bfcea06cea30299f7b471a57232 SHA1 0adf7a1d13c7b3af7b8d2d21c17b6dc0f055ff67 SHA256 dc42df924bd4b4ab4af43e372d873a79ea035059f31f2f5c297c234b1c532c66 EBUILD vice-1.22.ebuild 2203 RMD160 c361d57226b61d5bd0f528c8b4853a0166885ab4 SHA1 9b7d8468e0994f8a2602736506d75946ffa6987d SHA256 d40962622be962189de959c9133aa91c4441dc709e409524c11deb8e33dc39c1 -EBUILD vice-2.1.ebuild 2153 RMD160 014e977b42c70f30863d11799217053f861ead5d SHA1 8a83f813d0f76751b19eb44196e9c31e089eaaca SHA256 882ccccfc0ea47a1cb8dafbddb5c6b5fc874e460bd5c7a0badb73950a3134438 -MISC ChangeLog 7926 RMD160 d41d2e3966c654b9e0fb99d3e6dc80b17cce3a78 SHA1 9cef73f49b716ea4538edd477c4718aaeb0ebde9 SHA256 4048167495805ad2d15d96fbdc3cac6c5bdb1bb1983cd3d483162b257bd0381f +EBUILD vice-2.1.ebuild 2226 RMD160 d5dc84001cf89ad3535b8e20988c5162c3ba9a15 SHA1 a1b287a8e3e5375edd180885000c15a065d363a9 SHA256 24ccc36deee2770d1521326c0f1aca235a9dfd67656d461926af9446a0d810f1 +MISC ChangeLog 8050 RMD160 1db29a7b2ff92b5f3714b1f6cb31a26ad8ed37a0 SHA1 a402f27f448ecf2df9f5a041ab21b5c6c7e8b58d SHA256 eff5cfe413f6ce64bc0fc6894e477b06d9504a0d9ce82bb922831483f0678fa9 MISC metadata.xml 321 RMD160 6709c07341536778184c86e920569d23e00f94b3 SHA1 c482881ba2599e5a49fec4f34acb13856b4eb2da SHA256 7c918d9c1645188c60a72a4e8f0dd0a7fde2b553400c79e748d0d4a24b702393 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 \ |