diff options
author | 2009-05-20 18:10:08 +0000 | |
---|---|---|
committer | 2009-05-20 18:10:08 +0000 | |
commit | 5f8c243e478add5fb2cef5b14f83b78235aa0479 (patch) | |
tree | 090f300b17b612b5c5929ee0608f5de89a317f9c /net-im/empathy/empathy-2.26.2.ebuild | |
parent | arm/ia64/sh/sparc stable wrt #269863 (diff) | |
download | historical-5f8c243e478add5fb2cef5b14f83b78235aa0479.tar.gz historical-5f8c243e478add5fb2cef5b14f83b78235aa0479.tar.bz2 historical-5f8c243e478add5fb2cef5b14f83b78235aa0479.zip |
Remove patch that does not apply, bug #270505
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'net-im/empathy/empathy-2.26.2.ebuild')
-rw-r--r-- | net-im/empathy/empathy-2.26.2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/empathy/empathy-2.26.2.ebuild b/net-im/empathy/empathy-2.26.2.ebuild index f40de6543a6b..123e012a7f9f 100644 --- a/net-im/empathy/empathy-2.26.2.ebuild +++ b/net-im/empathy/empathy-2.26.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.26.2.ebuild,v 1.1 2009/05/18 20:08:09 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.26.2.ebuild,v 1.2 2009/05/20 18:10:08 tester Exp $ EAPI="2" @@ -66,9 +66,6 @@ pkg_setup() { src_prepare() { gnome2_src_prepare - # Doc is broken - epatch "${FILESDIR}/${PN}-2.26.1-fix-doc.patch" - # Remove hard enabled -Werror (see AM_MAINTAINER_MODE), bug 218687 sed -i "s:-Werror::g" configure || die "sed 1 failed" |