summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-09-21 00:58:33 +0000
committerMart Raudsepp <leio@gentoo.org>2009-09-21 00:58:33 +0000
commit9e2eb2537828682bd5d269480bd2e8e9b7f6b931 (patch)
tree3b3d05891e0b2f7a53e6592fc615b472a269904b /www-client/epiphany/epiphany-2.26.3-r1.ebuild
parentNew package, dependency of sci-biology/beast-mcmc, import from java overlay, ... (diff)
downloadhistorical-9e2eb2537828682bd5d269480bd2e8e9b7f6b931.tar.gz
historical-9e2eb2537828682bd5d269480bd2e8e9b7f6b931.tar.bz2
historical-9e2eb2537828682bd5d269480bd2e8e9b7f6b931.zip
QA: Remove by now unnecessary patch from this revision. The added header include that the patch adds has been added in some version already at a different spot, so the patch did not fail, but is unnecessary now
Package-Manager: portage-2.2_rc22/cvs/Linux 2.6.31-gentoo x86_64
Diffstat (limited to 'www-client/epiphany/epiphany-2.26.3-r1.ebuild')
-rw-r--r--www-client/epiphany/epiphany-2.26.3-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/www-client/epiphany/epiphany-2.26.3-r1.ebuild b/www-client/epiphany/epiphany-2.26.3-r1.ebuild
index bf42d762f746..dab1699f0642 100644
--- a/www-client/epiphany/epiphany-2.26.3-r1.ebuild
+++ b/www-client/epiphany/epiphany-2.26.3-r1.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/www-client/epiphany/epiphany-2.26.3-r1.ebuild,v 1.1 2009/08/02 10:12:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.3-r1.ebuild,v 1.2 2009/09/21 00:58:33 leio Exp $
EAPI="2"
@@ -61,9 +61,6 @@ pkg_setup() {
src_prepare() {
gnome2_src_prepare
- # Fix compilation with xulrunner 1.9.1, bug #263990
- epatch "${FILESDIR}/${PN}-2.26.0-xulrunner191.patch"
-
# Fix libcanberra automagic support, bug #266232
epatch "${FILESDIR}/${PN}-2.26.1-automagic-libcanberra.patch"
@@ -83,6 +80,8 @@ src_prepare() {
src_install() {
gnome2_src_install
- # Drop useless .la file
+ # All .la files are for plugins or extensions that are dlopened.
+ # Upstream should pass *_la_LIBTOOLFLAGS = --tag=disable-static to drop them instead
+ # but gecko is a dead branch for them, so do it ourselves:
find "${D}" -name '*.la' -delete
}