diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-09-11 20:49:38 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-09-11 20:50:09 +0200 |
commit | 826a97817b55401730593ccf0018e20aa34a2844 (patch) | |
tree | ac1e474d4663d780067758475dc30e91b8aed230 /dev-libs/libnl | |
parent | dev-libs/libnl: Add dev-lang/python:3.5 support. (diff) | |
download | gentoo-826a97817b55401730593ccf0018e20aa34a2844.tar.gz gentoo-826a97817b55401730593ccf0018e20aa34a2844.tar.bz2 gentoo-826a97817b55401730593ccf0018e20aa34a2844.zip |
dev-libs/libnl: Shorten DESCRIPTION.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.2.28.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-3.2.28.ebuild b/dev-libs/libnl/libnl-3.2.28.ebuild index 7137235ccf33..5c5c56579d80 100644 --- a/dev-libs/libnl/libnl-3.2.28.ebuild +++ b/dev-libs/libnl/libnl-3.2.28.ebuild @@ -11,7 +11,7 @@ LIBNL_P=${P/_/-} LIBNL_DIR=${PV/_/} LIBNL_DIR=${LIBNL_DIR//./_} -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/ https://github.com/thom311/libnl" SRC_URI=" https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz diff --git a/dev-libs/libnl/libnl-3.2.9999.ebuild b/dev-libs/libnl/libnl-3.2.9999.ebuild index dd182bb7be9f..29a9d874c38f 100644 --- a/dev-libs/libnl/libnl-3.2.9999.ebuild +++ b/dev-libs/libnl/libnl-3.2.9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal -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/ https://github.com/thom311/libnl" EGIT_REPO_URI=" https://github.com/thom311/libnl.git |