diff options
author | 2012-09-21 19:28:27 +0000 | |
---|---|---|
committer | 2012-09-21 19:28:27 +0000 | |
commit | 46bf811b44db61a06fa76797b2d0f6e3676d6c33 (patch) | |
tree | 4227fc64e224d83d56599ec889212ed021db8b79 /net-misc | |
parent | Add missing dependency on virtual/glu (now visible as mesa no longer provides... (diff) | |
download | gentoo-2-46bf811b44db61a06fa76797b2d0f6e3676d6c33.tar.gz gentoo-2-46bf811b44db61a06fa76797b2d0f6e3676d6c33.tar.bz2 gentoo-2-46bf811b44db61a06fa76797b2d0f6e3676d6c33.zip |
Remove epatch line that didn't belong.
(Portage version: 2.2.0_alpha130/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/spice-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.13.ebuild | 7 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.14.ebuild | 7 |
3 files changed, 7 insertions, 13 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog index 40c5545a23db..9ba0d0070c2e 100644 --- a/net-misc/spice-gtk/ChangeLog +++ b/net-misc/spice-gtk/ChangeLog @@ -1,6 +1,10 @@ # 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.25 2012/09/21 17:56:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.26 2012/09/21 19:28:27 cardoe Exp $ + + 21 Sep 2012; Doug Goldstein <cardoe@gentoo.org> spice-gtk-0.13.ebuild, + spice-gtk-0.14.ebuild: + Remove epatch line that didn't belong. *spice-gtk-0.14 (21 Sep 2012) *spice-gtk-0.13 (21 Sep 2012) diff --git a/net-misc/spice-gtk/spice-gtk-0.13.ebuild b/net-misc/spice-gtk/spice-gtk-0.13.ebuild index 2b22919e8596..0782e9e809c2 100644 --- a/net-misc/spice-gtk/spice-gtk-0.13.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.13.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/net-misc/spice-gtk/spice-gtk-0.13.ebuild,v 1.1 2012/09/21 17:56:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.13.ebuild,v 1.2 2012/09/21 19:28:27 cardoe Exp $ EAPI="4" GCONF_DEBUG="no" @@ -70,11 +70,6 @@ pkg_setup() { fi } -src_prepare() { - epatch "${FILESDIR}/${PV}-parallel-install.patch" - eautoreconf -} - src_configure() { local audio="no" local gtk="2.0" diff --git a/net-misc/spice-gtk/spice-gtk-0.14.ebuild b/net-misc/spice-gtk/spice-gtk-0.14.ebuild index fdf84bcd0649..3e94d32296df 100644 --- a/net-misc/spice-gtk/spice-gtk-0.14.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.14.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/net-misc/spice-gtk/spice-gtk-0.14.ebuild,v 1.1 2012/09/21 17:56:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14.ebuild,v 1.2 2012/09/21 19:28:27 cardoe Exp $ EAPI="4" GCONF_DEBUG="no" @@ -70,11 +70,6 @@ pkg_setup() { fi } -src_prepare() { - epatch "${FILESDIR}/${PV}-parallel-install.patch" - eautoreconf -} - src_configure() { local audio="no" local gtk="2.0" |