diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-05 12:13:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-05 12:13:51 +0000 |
commit | 50d12e6ec1a26a4a4a612b944ad29fd96e045646 (patch) | |
tree | 26568bebc1bff9bf6a20e6d96ab4550c368eb3a5 /gnome-base | |
parent | Remove old (diff) | |
download | gentoo-2-50d12e6ec1a26a4a4a612b944ad29fd96e045646.tar.gz gentoo-2-50d12e6ec1a26a4a4a612b944ad29fd96e045646.tar.bz2 gentoo-2-50d12e6ec1a26a4a4a612b944ad29fd96e045646.zip |
gnome-base/gvfs: Fix obsolete macros to work with automake-1.13, #468660
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.14.2.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.16.1.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index ef233865a7f9..4924f916f71f 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.216 2013/04/28 12:36:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.217 2013/05/05 12:13:51 jlec Exp $ + + 05 May 2013; Justin Lecher <jlec@gentoo.org> gvfs-1.14.2.ebuild, + gvfs-1.16.1.ebuild: + Fix obsolete macros to work with automake-1.13, #468660 28 Apr 2013; Pacho Ramos <pacho@gentoo.org> -gvfs-1.16.0.ebuild, gvfs-1.16.1.ebuild: diff --git a/gnome-base/gvfs/gvfs-1.14.2.ebuild b/gnome-base/gvfs/gvfs-1.14.2.ebuild index 658b43450141..cbefbcb774ec 100644 --- a/gnome-base/gvfs/gvfs-1.14.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.7 2013/02/25 09:23:34 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.8 2013/05/05 12:13:51 jlec Exp $ EAPI="5" GCONF_DEBUG="no" @@ -98,6 +98,8 @@ src_prepare() { # libgcrypt.m4 needed for eautoreconf, bug #399043 mv "${WORKDIR}/libgcrypt.m4" "${S}"/ || die + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die + [[ ${PV} = 9999 ]] || AT_M4DIR=. eautoreconf fi diff --git a/gnome-base/gvfs/gvfs-1.16.1.ebuild b/gnome-base/gvfs/gvfs-1.16.1.ebuild index 16344e9e784d..04aecc35a91e 100644 --- a/gnome-base/gvfs/gvfs-1.16.1.ebuild +++ b/gnome-base/gvfs/gvfs-1.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.1.ebuild,v 1.2 2013/04/28 12:36:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.1.ebuild,v 1.3 2013/05/05 12:13:51 jlec Exp $ EAPI="5" GCONF_DEBUG="no" @@ -76,6 +76,7 @@ src_prepare() { -e 's/burn.mount.in/ /' \ -e 's/burn.mount/ /' \ -i daemon/Makefile.am || die + eautoreconf fi |