diff options
author | 2017-05-06 20:14:27 +0300 | |
---|---|---|
committer | 2017-05-07 00:18:08 +0200 | |
commit | a1611aed3690e58beffb5162ca5f494ab02ada1b (patch) | |
tree | 239fdbd778e04549d73fa02093ca27fc07ac28bb /dev-libs/cvector/cvector-1.0.3.1.ebuild | |
parent | dev-libs/console_bridge: Fix toolong DESCRIPTION (diff) | |
download | gentoo-a1611aed3690e58beffb5162ca5f494ab02ada1b.tar.gz gentoo-a1611aed3690e58beffb5162ca5f494ab02ada1b.tar.bz2 gentoo-a1611aed3690e58beffb5162ca5f494ab02ada1b.zip |
dev-libs/cvector: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs/cvector/cvector-1.0.3.1.ebuild')
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cvector/cvector-1.0.3.1.ebuild b/dev-libs/cvector/cvector-1.0.3.1.ebuild index a172bfb7b164..8ed823a39a98 100644 --- a/dev-libs/cvector/cvector-1.0.3.1.ebuild +++ b/dev-libs/cvector/cvector-1.0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit base eutils toolchain-funcs versionator MY_PN=CVector MY_P="${MY_PN}-${PV}" -DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class" +DESCRIPTION="An ANSI C implementation of dynamic arrays (approximation of C++ vectors)" HOMEPAGE="http://cvector.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_PN}-$(get_version_component_range 1-3)/${MY_P}.tar.gz" |