summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-03-16 04:11:22 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-03-16 04:11:22 +0000
commit70fad12487e429cc8f03a76e7600063fe304f390 (patch)
tree218583fd37645895d9004ffc041616bab2c3a8b8 /app-accessibility/edbrowse
parentTweak sed to use | for separator #358771 by Raffaello D. Di Napoli. (diff)
downloadgentoo-2-70fad12487e429cc8f03a76e7600063fe304f390.tar.gz
gentoo-2-70fad12487e429cc8f03a76e7600063fe304f390.tar.bz2
gentoo-2-70fad12487e429cc8f03a76e7600063fe304f390.zip
fix dependency on dev-lang/spidermonkey for #359035.
(Portage version: 2.2.0_alpha27/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/edbrowse')
-rw-r--r--app-accessibility/edbrowse/ChangeLog6
-rw-r--r--app-accessibility/edbrowse/edbrowse-3.4.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-accessibility/edbrowse/ChangeLog b/app-accessibility/edbrowse/ChangeLog
index a4ada54e5621..6be1f2c0b090 100644
--- a/app-accessibility/edbrowse/ChangeLog
+++ b/app-accessibility/edbrowse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/edbrowse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/ChangeLog,v 1.1 2011/02/23 23:20:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/ChangeLog,v 1.2 2011/03/16 04:11:22 williamh Exp $
+
+ 16 Mar 2011; William Hubbs <williamh@gentoo.org> edbrowse-3.4.6.ebuild:
+ fix dependency on dev-lang/spidermonkey for #359035.
+ Thanks to Chris Brannon.
*edbrowse-3.4.6 (23 Feb 2011)
diff --git a/app-accessibility/edbrowse/edbrowse-3.4.6.ebuild b/app-accessibility/edbrowse/edbrowse-3.4.6.ebuild
index 88eb3b1af278..cedbbe52b9ce 100644
--- a/app-accessibility/edbrowse/edbrowse-3.4.6.ebuild
+++ b/app-accessibility/edbrowse/edbrowse-3.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/edbrowse-3.4.6.ebuild,v 1.1 2011/02/23 23:20:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/edbrowse-3.4.6.ebuild,v 1.2 2011/03/16 04:11:22 williamh Exp $
EAPI="4"
inherit eutils
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="linguas_fr odbc"
-COMMON_DEPEND=">=dev-lang/spidermonkey-1.7.0
+COMMON_DEPEND="<dev-lang/spidermonkey-1.9
>=sys-libs/readline-6.0
>=net-misc/curl-7.17.0
>=dev-libs/libpcre-7.8