diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-01 20:23:25 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-01 20:23:54 +0100 |
commit | e446c8e47f484cbcde1ad26becedcc71054b3047 (patch) | |
tree | 7b5424c2a3c370bd620c73ddba7c647910c54e7c /dev-libs/libnl | |
parent | dev-libs/libnl: Fix building against older kernel headers (bug #604190 by pav... (diff) | |
download | gentoo-e446c8e47f484cbcde1ad26becedcc71054b3047.tar.gz gentoo-e446c8e47f484cbcde1ad26becedcc71054b3047.tar.bz2 gentoo-e446c8e47f484cbcde1ad26becedcc71054b3047.zip |
dev-libs/libnl: Shorten DESCRIPTION.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-1.1.4.ebuild b/dev-libs/libnl/libnl-1.1.4.ebuild index ce1aeea9216d..c663f08d37e6 100644 --- a/dev-libs/libnl/libnl-1.1.4.ebuild +++ b/dev-libs/libnl/libnl-1.1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils multilib toolchain-funcs -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces" +DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel interfaces" HOMEPAGE="http://www.infradead.org/~tgr/libnl/" SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz" LICENSE="LGPL-2.1" |