diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-01-12 21:35:44 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-01-12 21:35:44 +0000 |
commit | e75c05adb5d5547325eed907eab2ffe0dce3abf3 (patch) | |
tree | 6ebf33eb34ae78d941d384a2df261ffc8ef2702d | |
parent | Version bump (diff) | |
download | gentoo-2-e75c05adb5d5547325eed907eab2ffe0dce3abf3.tar.gz gentoo-2-e75c05adb5d5547325eed907eab2ffe0dce3abf3.tar.bz2 gentoo-2-e75c05adb5d5547325eed907eab2ffe0dce3abf3.zip |
Fix typo
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
-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 } |