Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libudev-compat/
Date: Sun, 27 Aug 2017 15:16:28
Message-Id: 1503846969.1863c484071ea81509543ffdf94017785e4ff1b3.kensington@gentoo
1 commit: 1863c484071ea81509543ffdf94017785e4ff1b3
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Aug 27 15:00:24 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 15:16:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1863c484
7
8 sys-libs/libudev-compat: replace HTTP with HTTPS
9
10 sys-libs/libudev-compat/libudev-compat-186.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-libs/libudev-compat/libudev-compat-186.ebuild b/sys-libs/libudev-compat/libudev-compat-186.ebuild
14 index e2dcb851fa5..d732f6780be 100644
15 --- a/sys-libs/libudev-compat/libudev-compat-186.ebuild
16 +++ b/sys-libs/libudev-compat/libudev-compat-186.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -6,7 +6,7 @@ EAPI=5
24 inherit multilib multilib-minimal toolchain-funcs
25
26 DESCRIPTION="Wrapper around libudev.so.1 for packages needing the old libudev.so.0"
27 -HOMEPAGE="http://gentoo.org/"
28 +HOMEPAGE="https://www.gentoo.org/"
29 SRC_URI=""
30
31 LICENSE="LGPL-2.1+"