Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/skstream/
Date: Sat, 02 Jun 2018 22:38:31
Message-Id: 1527979087.a7d972742fcd63d1650869236feda92cd6da4ab5.bman@gentoo
1 commit: a7d972742fcd63d1650869236feda92cd6da4ab5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 2 21:05:18 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:38:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d97274
7
8 media-libs/skstream: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8698
11
12 media-libs/skstream/skstream-0.3.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/skstream/skstream-0.3.9.ebuild b/media-libs/skstream/skstream-0.3.9.ebuild
16 index 0acc8b73db9..f4dc2d81af1 100644
17 --- a/media-libs/skstream/skstream-0.3.9.ebuild
18 +++ b/media-libs/skstream/skstream-0.3.9.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit flag-o-matic
21
22 DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
23 -HOMEPAGE="http://www.worldforge.org/"
24 +HOMEPAGE="https://www.worldforge.org/"
25 SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
26
27 LICENSE="GPL-2"