diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-08-09 13:41:24 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-08-09 13:41:24 +0000 |
commit | 20043235a021f67458bc9e9a541727c8af515506 (patch) | |
tree | 9c64c74c8d5e4d360ed1411fb30c0c8de85dd160 /app-accessibility | |
parent | Switch to Debian patchset wrt #470874 (diff) | |
download | gentoo-2-20043235a021f67458bc9e9a541727c8af515506.tar.gz gentoo-2-20043235a021f67458bc9e9a541727c8af515506.tar.bz2 gentoo-2-20043235a021f67458bc9e9a541727c8af515506.zip |
Adjusted deps for dev-lang/spidermonkey to ensure SLOT=0
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/edbrowse/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/edbrowse/edbrowse-3.4.8.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-accessibility/edbrowse/ChangeLog b/app-accessibility/edbrowse/ChangeLog index 94e6234cd6fd..066dd40f8786 100644 --- a/app-accessibility/edbrowse/ChangeLog +++ b/app-accessibility/edbrowse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/edbrowse -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/ChangeLog,v 1.9 2012/06/19 17:45:19 axs Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/ChangeLog,v 1.10 2013/08/09 13:41:24 axs Exp $ + + 09 Aug 2013; Ian Stakenvicius <axs@gentoo.org> edbrowse-3.4.8.ebuild: + Adjusted deps for dev-lang/spidermonkey to ensure SLOT=0 19 Jun 2012; Ian Stakenvicius <axs@gentoo.org> edbrowse-3.4.8.ebuild: added support for spidermonkey-1.8.7, relates to bug 422169 @@ -57,4 +60,3 @@ users. Thanks to Chris Brannon <chris@the-brannons.com> for the submission. This closes #350183. - diff --git a/app-accessibility/edbrowse/edbrowse-3.4.8.ebuild b/app-accessibility/edbrowse/edbrowse-3.4.8.ebuild index b28c4a6194df..e7caef91db51 100644 --- a/app-accessibility/edbrowse/edbrowse-3.4.8.ebuild +++ b/app-accessibility/edbrowse/edbrowse-3.4.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/edbrowse-3.4.8.ebuild,v 1.2 2012/06/19 17:45:19 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/edbrowse-3.4.8.ebuild,v 1.3 2013/08/09 13:41:24 axs Exp $ EAPI="4" inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="linguas_fr odbc" -COMMON_DEPEND=">=dev-lang/spidermonkey-1.8.5 +COMMON_DEPEND=">=dev-lang/spidermonkey-1.8.5:0 >=sys-libs/readline-6.0 >=net-misc/curl-7.17.0 >=dev-libs/libpcre-7.8 |