diff options
author | David Seifert <soap@gentoo.org> | 2016-09-06 22:10:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-06 22:10:46 +0200 |
commit | d7b369bc234583de43140342683da79562790ca2 (patch) | |
tree | e7c7367f5928d6091fc04a896d22dc8c4b27c56a /sci-libs/neartree | |
parent | sci-mathematics/gsl-shell: Version bump to 2.3.0_beta1 (diff) | |
download | gentoo-d7b369bc234583de43140342683da79562790ca2.tar.gz gentoo-d7b369bc234583de43140342683da79562790ca2.tar.bz2 gentoo-d7b369bc234583de43140342683da79562790ca2.zip |
sci-libs/neartree: Fix overlong DESCRIPTION
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/neartree')
-rw-r--r-- | sci-libs/neartree/neartree-3.1.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/neartree/neartree-3.1.1-r3.ebuild b/sci-libs/neartree/neartree-3.1.1-r3.ebuild index de89d71cfb5c..15a262c24107 100644 --- a/sci-libs/neartree/neartree-3.1.1-r3.ebuild +++ b/sci-libs/neartree/neartree-3.1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit cmake-utils MY_PN=NearTree MY_P="${MY_PN}-${PV}" -DESCRIPTION="Function library efficiently solving the Nearest Neighbor Problem(known as the post office problem)" +DESCRIPTION="Function library efficiently solving the Nearest Neighbor Problem" HOMEPAGE="http://neartree.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz -> ${P}.tar.gz" |