commit: c1fcec31e841b0cd6165df14fd0c174e7df76caf Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Sep 19 12:18:39 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 12:19:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fcec31
mail-client/trojita: use HTTPS in EGIT_REPO_URI Closes: https://bugs.gentoo.org/631350 Package-Manager: Portage-2.3.8, Repoman-2.3.3 mail-client/trojita/trojita-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index 919326db5b1..4988ce563e1 100644 --- a/mail-client/trojita/trojita-9999.ebuild +++ b/mail-client/trojita/trojita-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="git://anongit.kde.org/${PN}.git" +EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" inherit cmake-utils fdo-mime gnome2-utils virtualx [[ ${PV} == 9999 ]] && inherit git-r3
