diff options
-rw-r--r-- | net-misc/spice-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog index 92382ddbd01f..70100dc0d60a 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.44 2013/01/12 21:34:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.45 2013/01/12 21:35:44 cardoe Exp $ + + 12 Jan 2013; Doug Goldstein <cardoe@gentoo.org> spice-gtk-0.16.ebuild: + Fix typo *spice-gtk-0.16 (12 Jan 2013) diff --git a/net-misc/spice-gtk/spice-gtk-0.16.ebuild b/net-misc/spice-gtk/spice-gtk-0.16.ebuild index 3e92abb7966d..e0166992ca80 100644 --- a/net-misc/spice-gtk/spice-gtk-0.16.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.16.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/net-misc/spice-gtk/spice-gtk-0.16.ebuild,v 1.1 2013/01/12 21:34:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild,v 1.2 2013/01/12 21:35:44 cardoe Exp $ EAPI=5 GCONF_DEBUG="no" @@ -79,7 +79,7 @@ src_prepare() { mkdir ${GTK3_BUILDDIR} || die epatch \ - "${FILESDIR}/0.12-parallel-install.patch" \ + "${FILESDIR}/0.12-parallel-install.patch" eautoreconf } |