Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/shhopt/
Date: Sat, 06 Apr 2019 22:23:12
Message-Id: 1554589336.36f7de16ce998faccd6a702c6f4acd83a95a4e32.monsieurp@gentoo
1 commit: 36f7de16ce998faccd6a702c6f4acd83a95a4e32
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 5 09:38:40 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 22:22:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f7de16
7
8 dev-libs/shhopt: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-libs/shhopt/shhopt-1.1.7-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild
17 index 998b6d69291..1d63a8b89ea 100644
18 --- a/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild
19 +++ b/dev-libs/shhopt/shhopt-1.1.7-r3.ebuild
20 @@ -6,8 +6,8 @@ EAPI=7
21 inherit toolchain-funcs
22
23 DESCRIPTION="library for parsing command line options"
24 -HOMEPAGE="http://shh.thathost.com/pub-unix/"
25 -SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
26 +HOMEPAGE="https://shh.thathost.com/pub-unix/"
27 +SRC_URI="https://shh.thathost.com/pub-unix/files/${P}.tar.gz"
28
29 LICENSE="Artistic"
30 SLOT="0"