commit: 920144cb4086353a7ec9f99c5d026577f57e4ebf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 19 11:46:41 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 11:50:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920144cb
sys-apps/paludis: Use https for git, fix URL Closes: https://bugs.gentoo.org/630792 sys-apps/paludis/paludis-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index 5df5c757fbc..89cf081c10b 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -3,9 +3,7 @@ EAPI=6 -# git:// first because https:// uses the dumb transport -EGIT_REPO_URI="git://git.exherbo.org/paludis/paludis.git - https://git.exherbo.org/paludis/paludis.git" +EGIT_REPO_URI="https://git.exherbo.org/git/paludis/paludis.git" PYTHON_COMPAT=( python2_7 ) RUBY_VER=2.3
