diff options
Diffstat (limited to 'x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild')
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild index 00daaca94ce1..88f1fff89873 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.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-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild,v 1.8 2012/10/16 04:56:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.4.0.ebuild,v 1.9 2012/10/16 21:45:05 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -50,6 +50,7 @@ src_prepare() { # Revert upstream commit that is wrongly updating icon cache, upstream bug #642449 EPATCH_OPTS="-R" epatch "${FILESDIR}/${PN}-2.91.7-update-cache.patch" - intltoolize --force --copy --automake || die "intltoolize failed" + + eaclocal --force # workaround for weird autotools.eclass bug #438296, #419933 eautoreconf } |