Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oyranos/
Date: Wed, 06 Sep 2017 21:00:27
Message-Id: 1504731536.ab16c9ec3f19345c9c1a77db43809fa8a3f05a92.mgorny@gentoo
1 commit: ab16c9ec3f19345c9c1a77db43809fa8a3f05a92
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 16:20:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:58:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab16c9ec
7
8 media-libs/oyranos: use HTTPS for links to dev.gentoo.org
9
10 media-libs/oyranos/oyranos-0.9.6.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-libs/oyranos/oyranos-0.9.6.ebuild b/media-libs/oyranos/oyranos-0.9.6.ebuild
14 index 542fecb370d..d71e0603f7d 100644
15 --- a/media-libs/oyranos/oyranos-0.9.6.ebuild
16 +++ b/media-libs/oyranos/oyranos-0.9.6.ebuild
17 @@ -14,7 +14,7 @@ DESCRIPTION="Colour management system allowing to share settings across apps and
18 HOMEPAGE="http://www.oyranos.org/"
19 [[ ${PV} != *9999 ]] && \
20 SRC_URI="https://github.com/${PN}-cms/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
21 - http://dev.gentoo.org/~asturm/${P}-patches.tar.xz"
22 + https://dev.gentoo.org/~asturm/${P}-patches.tar.xz"
23
24 KEYWORDS="~amd64 ~x86"
25 LICENSE="BSD"