diff options
author | Michael Weber <xmw@gentoo.org> | 2016-01-09 02:59:56 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-01-09 03:05:51 +0100 |
commit | 978f3d96ba84b94fdf508f5e2a4efc4aea64b665 (patch) | |
tree | e72945aa9c370ac4e18b947895ea93a959667229 /www-client | |
parent | dev-lang/php: replace v5.6.16 with v5.6.17 as part of bug #571254. (diff) | |
download | gentoo-978f3d96ba84b94fdf508f5e2a4efc4aea64b665.tar.gz gentoo-978f3d96ba84b94fdf508f5e2a4efc4aea64b665.tar.bz2 gentoo-978f3d96ba84b94fdf508f5e2a4efc4aea64b665.zip |
www-client/jumanji: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890).
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/jumanji/jumanji-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/jumanji/jumanji-9999.ebuild b/www-client/jumanji/jumanji-9999.ebuild index b866af14f4ca..0a112e304f10 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" |