mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
www-client/jumanji: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890).
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user