diff options
author | 2014-01-04 22:28:16 +0000 | |
---|---|---|
committer | 2014-01-04 22:28:16 +0000 | |
commit | 452c85d81e546796fc1810b37a3762f2a5f83bfb (patch) | |
tree | e36e3d81144d9fa9def26ff53d44e2d4791cdead /www-client/conkeror/conkeror-1.0_pre20131017.ebuild | |
parent | Mask dev-vcs/git[mediawiki] until dependencies are keyworded (diff) | |
download | gentoo-2-452c85d81e546796fc1810b37a3762f2a5f83bfb.tar.gz gentoo-2-452c85d81e546796fc1810b37a3762f2a5f83bfb.tar.bz2 gentoo-2-452c85d81e546796fc1810b37a3762f2a5f83bfb.zip |
Depend on <firefox-26 until bug 497024 is properly fixed. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'www-client/conkeror/conkeror-1.0_pre20131017.ebuild')
-rw-r--r-- | www-client/conkeror/conkeror-1.0_pre20131017.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-client/conkeror/conkeror-1.0_pre20131017.ebuild b/www-client/conkeror/conkeror-1.0_pre20131017.ebuild index e154ab1886da..6dd08610e698 100644 --- a/www-client/conkeror/conkeror-1.0_pre20131017.ebuild +++ b/www-client/conkeror/conkeror-1.0_pre20131017.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20131017.ebuild,v 1.1 2013/10/27 14:24:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20131017.ebuild,v 1.2 2014/01/04 22:28:16 ulm Exp $ EAPI=5 @@ -18,7 +18,8 @@ LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 ) CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -RDEPEND="|| ( >=www-client/firefox-5.0 >=www-client/firefox-bin-23.0 )" +RDEPEND="|| ( ( >=www-client/firefox-5.0 <www-client/firefox-26 ) + ( >=www-client/firefox-bin-23.0 <www-client/firefox-bin-26 ) )" S="${WORKDIR}/${PN}" |