Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Mon, 28 Sep 2015 03:10:47
Message-Id: 1443409817.eb0c0041b62f62a725014f4e7b095acfa9519f39.jer@gentoo
1 commit: eb0c0041b62f62a725014f4e7b095acfa9519f39
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 03:10:17 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 03:10:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0c0041
7
8 dev-libs/libnl: Add extra HOMEPAGE.
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/libnl/libnl-3.2.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libnl/libnl-3.2.9999.ebuild b/dev-libs/libnl/libnl-3.2.9999.ebuild
16 index 00792a0..08d9745 100644
17 --- a/dev-libs/libnl/libnl-3.2.9999.ebuild
18 +++ b/dev-libs/libnl/libnl-3.2.9999.ebuild
19 @@ -8,7 +8,7 @@ DISTUTILS_OPTIONAL=1
20 inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal
21
22 DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
23 -HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
24 +HOMEPAGE="http://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl"
25 EGIT_REPO_URI="
26 https://github.com/thom311/libnl.git
27 "