diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2012-06-13 09:12:44 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2012-06-13 09:12:44 +0000 |
commit | 6a22bbbfc2ebbc13e874a2fc9ce963051d0d3427 (patch) | |
tree | c96ab5481121edb5eeac10402b5bc77d56fd7cea /net-misc | |
parent | marked x86 per bug 419229 (diff) | |
download | gentoo-2-6a22bbbfc2ebbc13e874a2fc9ce963051d0d3427.tar.gz gentoo-2-6a22bbbfc2ebbc13e874a2fc9ce963051d0d3427.tar.bz2 gentoo-2-6a22bbbfc2ebbc13e874a2fc9ce963051d0d3427.zip |
WANT_AUTOMAKE=1.11 for now.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/spice-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.12.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog index 736e42b941ed..4175e7457833 100644 --- a/net-misc/spice-gtk/ChangeLog +++ b/net-misc/spice-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/spice-gtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.22 2012/05/31 05:53:39 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.23 2012/06/13 09:12:44 dev-zero Exp $ + + 13 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> spice-gtk-0.12.ebuild: + WANT_AUTOMAKE=1.11 for now. 31 May 2012; Tiziano Müller <dev-zero@gentoo.org> +files/0.12-parallel-install.patch, spice-gtk-0.12.ebuild: diff --git a/net-misc/spice-gtk/spice-gtk-0.12.ebuild b/net-misc/spice-gtk/spice-gtk-0.12.ebuild index 3b189b0b4c07..20c7c39aa9a4 100644 --- a/net-misc/spice-gtk/spice-gtk-0.12.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.12.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild,v 1.3 2012/05/31 05:53:39 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.12.ebuild,v 1.4 2012/06/13 09:12:44 dev-zero Exp $ EAPI="4" GCONF_DEBUG="no" +WANT_AUTOMAKE="1.11" inherit autotools eutils python |