diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-09-27 21:04:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-09-27 21:04:34 +0000 |
commit | 1bee9caef77db32b1d6ce575faaf7c65ac82b9a0 (patch) | |
tree | a0497d506a53a228b9eb8c4b7d69af9a8ff60c8d /x11-libs | |
parent | Drop -Werror from libgfortran, and push out accumulated patchesets for older ... (diff) | |
download | gentoo-2-1bee9caef77db32b1d6ce575faaf7c65ac82b9a0.tar.gz gentoo-2-1bee9caef77db32b1d6ce575faaf7c65ac82b9a0.tar.bz2 gentoo-2-1bee9caef77db32b1d6ce575faaf7c65ac82b9a0.zip |
Remove the autom4te.cache file after running eautoreconf. Bug #436058
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index b4e21525104a..62408d71dbeb 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.75 2012/09/22 16:32:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.76 2012/09/27 21:04:34 hwoarang Exp $ + + 27 Sep 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: + Remove the autom4te.cache file after running eautoreconf. Bug #436058 *libfm-1.0.1 (22 Sep 2012) diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index ddaa25e63e93..2ae33cabe17a 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.26 2012/09/22 16:32:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.27 2012/09/27 21:04:34 hwoarang Exp $ EAPI=4 @@ -51,6 +51,7 @@ src_prepare() { #Remove -Werror for automake-1.12. Bug #421101 sed -i "s:-Werror::" configure.ac || die eautoreconf + rm -r autom4te.cache || die use vala && export VALAC="$(type -p valac-$(vala_best_api_version))" } |