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: Sun, 01 Jan 2017 19:24:00
Message-Id: 1483298634.e446c8e47f484cbcde1ad26becedcc71054b3047.jer@gentoo
1 commit: e446c8e47f484cbcde1ad26becedcc71054b3047
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 19:23:25 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 19:23:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e446c8e4
7
8 dev-libs/libnl: Shorten DESCRIPTION.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/libnl/libnl-1.1.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libnl/libnl-1.1.4.ebuild b/dev-libs/libnl/libnl-1.1.4.ebuild
16 index ce1aeea..c663f08 100644
17 --- a/dev-libs/libnl/libnl-1.1.4.ebuild
18 +++ b/dev-libs/libnl/libnl-1.1.4.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 inherit eutils multilib toolchain-funcs
27
28 -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
29 +DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel interfaces"
30 HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
31 SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
32 LICENSE="LGPL-2.1"