commit:     978f3d96ba84b94fdf508f5e2a4efc4aea64b665
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 01:59:56 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 02:05:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978f3d96

www-client/jumanji: Fix EGIT_REPO_URI (thanks tharvik <AT> gmail.com, bug 
566890).

Package-Manager: portage-2.2.26

 www-client/jumanji/jumanji-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/jumanji/jumanji-9999.ebuild 
b/www-client/jumanji/jumanji-9999.ebuild
index b866af1..0a112e3 100644
--- a/www-client/jumanji/jumanji-9999.ebuild
+++ b/www-client/jumanji/jumanji-9999.ebuild
@@ -8,7 +8,7 @@ inherit eutils savedconfig git-2 toolchain-funcs
 
 DESCRIPTION="highly customizable and functional web browser with minimalistic 
and space saving interface"
 HOMEPAGE="http://pwmt.org/projects/jumanji";
-EGIT_REPO_URI="git://pwmt.org/jumanji.git"
+EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git";
 EGIT_BRANCH=develop
 
 LICENSE="ZLIB"
@@ -18,7 +18,7 @@ IUSE=""
 
 RDEPEND="dev-db/sqlite:3
        dev-libs/glib:2
-       dev-libs/girara:3
+       >=dev-libs/girara-0.2.4:3
        net-libs/webkit-gtk:3
        x11-libs/gtk+:3
        !${CATEGORY}/${PN}:0"

Reply via email to