Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
Date: Sun, 27 Aug 2017 05:50:13
Message-Id: 1503812997.05a114b049ddbf877e2058d2100155b9ae9cb5ff.kensington@gentoo
1 commit: 05a114b049ddbf877e2058d2100155b9ae9cb5ff
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 05:46:26 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 05:49:57 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=05a114b0
7
8 media-gfx/phototonic: use HTTPS
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-gfx/phototonic/phototonic-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
16 index 0abb355f..a7310063 100644
17 --- a/media-gfx/phototonic/phototonic-9999.ebuild
18 +++ b/media-gfx/phototonic/phototonic-9999.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
21 KEYWORDS=""
22 else
23 - SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
24 + SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
25 KEYWORDS="~amd64 ~x86"
26 fi