summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-02-16 16:57:45 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-02-16 16:57:45 +0000
commitfa5c824febd96840136d6bde891b71b85b804c1e (patch)
treec3754c357d169d9120c68f9f7cacb4105b9619de /gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild
parentFix guile DEPEND, #135625 (diff)
downloadhistorical-fa5c824febd96840136d6bde891b71b85b804c1e.tar.gz
historical-fa5c824febd96840136d6bde891b71b85b804c1e.tar.bz2
historical-fa5c824febd96840136d6bde891b71b85b804c1e.zip
Remove libtool patch; the bug it was working around is fixed; bug #165524
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild')
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild
index 45471c2b8877..b1c31059c94e 100644
--- a/gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild,v 1.1 2006/01/12 22:34:20 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.0.10-r1.ebuild,v 1.2 2007/02/16 16:57:45 dang Exp $
inherit gnome2 eutils
@@ -41,12 +41,3 @@ src_unpack() {
# bug 54244, patch for cjk input methods
epatch ${FILESDIR}/${PN}-fix_preedit.patch
}
-
-src_compile() {
- gnome2_src_configure
-
- EPATCH_OPTS="${S}/libtool"
- epatch ${FILESDIR}/${PN}-3.0.7-libtool.patch
-
- emake || die "make failed"
-}