diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-19 22:18:39 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-19 22:19:00 +1000 |
commit | c1fcec31e841b0cd6165df14fd0c174e7df76caf (patch) | |
tree | 027873990a7009375889bfa482a8a4832bfa40d0 /mail-client/trojita | |
parent | app-editors/emacs-vcs: Upstream branched for release. (diff) | |
download | gentoo-c1fcec31e841b0cd6165df14fd0c174e7df76caf.tar.gz gentoo-c1fcec31e841b0cd6165df14fd0c174e7df76caf.tar.bz2 gentoo-c1fcec31e841b0cd6165df14fd0c174e7df76caf.zip |
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
Diffstat (limited to 'mail-client/trojita')
-rw-r--r-- | mail-client/trojita/trojita-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index 919326db5b17..4988ce563e13 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 |