diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-10-05 13:56:45 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-10-05 13:56:45 +0000 |
commit | 0b671bc060e4dd7f09361b5730e22f90c24ba80c (patch) | |
tree | d5dcb110d8c6ebfa9a01849b307cdbe12fbb0708 /app-emulation/spice | |
parent | New ebuild for HTTPie, a CLI, cURL-like tool for humans (diff) | |
download | gentoo-2-0b671bc060e4dd7f09361b5730e22f90c24ba80c.tar.gz gentoo-2-0b671bc060e4dd7f09361b5730e22f90c24ba80c.tar.bz2 gentoo-2-0b671bc060e4dd7f09361b5730e22f90c24ba80c.zip |
Fix gold patch path. bug #437284
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.11.3.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 82c71f724ed7..1ae1989c5369 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.34 2012/10/04 17:04:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.35 2012/10/05 13:56:45 cardoe Exp $ + + 05 Oct 2012; Doug Goldstein <cardoe@gentoo.org> spice-0.11.3.ebuild, + spice-0.12.0.ebuild: + Fix gold patch path. bug #437284 04 Oct 2012; Doug Goldstein <cardoe@gentoo.org> spice-0.11.0.ebuild, spice-0.11.3.ebuild, spice-0.12.0.ebuild: diff --git a/app-emulation/spice/spice-0.11.3.ebuild b/app-emulation/spice/spice-0.11.3.ebuild index b18a3b3bbf5e..e34d274c65a9 100644 --- a/app-emulation/spice/spice-0.11.3.ebuild +++ b/app-emulation/spice/spice-0.11.3.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/app-emulation/spice/spice-0.11.3.ebuild,v 1.3 2012/10/04 17:04:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.3.ebuild,v 1.4 2012/10/05 13:56:45 cardoe Exp $ EAPI=4 @@ -65,7 +65,7 @@ pkg_setup() { src_prepare() { epatch \ - "${FILESDIR}/${PV}-gold.patch" + "${FILESDIR}/0.11.0-gold.patch" } src_configure() { diff --git a/app-emulation/spice/spice-0.12.0.ebuild b/app-emulation/spice/spice-0.12.0.ebuild index 297ff8210269..b6b3a89dccbe 100644 --- a/app-emulation/spice/spice-0.12.0.ebuild +++ b/app-emulation/spice/spice-0.12.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/app-emulation/spice/spice-0.12.0.ebuild,v 1.3 2012/10/04 17:04:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.0.ebuild,v 1.4 2012/10/05 13:56:45 cardoe Exp $ EAPI=4 @@ -65,7 +65,7 @@ pkg_setup() { src_prepare() { epatch \ - "${FILESDIR}/${PV}-gold.patch" + "${FILESDIR}/0.11.0-gold.patch" } src_configure() { |