summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-20 10:52:56 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-23 21:51:05 +0100
commit6cd146afb67a0c48e4eb6843e71d1f16de2adf7f (patch)
tree9faadf51066707aba1d99e1f65ad670ab2df4400 /dev-cpp/lucene++
parentx11-apps/radeontop: Add amdgpu useflag (diff)
downloadgentoo-6cd146afb67a0c48e4eb6843e71d1f16de2adf7f.tar.gz
gentoo-6cd146afb67a0c48e4eb6843e71d1f16de2adf7f.tar.bz2
gentoo-6cd146afb67a0c48e4eb6843e71d1f16de2adf7f.zip
dev-cpp/lucene++: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253
Diffstat (limited to 'dev-cpp/lucene++')
-rw-r--r--dev-cpp/lucene++/lucene++-3.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/lucene++/lucene++-3.0.7.ebuild b/dev-cpp/lucene++/lucene++-3.0.7.ebuild
index 3f020fcf8b8f..f2655c3b0a30 100644
--- a/dev-cpp/lucene++/lucene++-3.0.7.ebuild
+++ b/dev-cpp/lucene++/lucene++-3.0.7.ebuild
@@ -6,7 +6,7 @@ EAPI=5
MY_P="LucenePlusPlus-rel_${PV}"
inherit cmake-utils multilib
-DESCRIPTION="C++ port of Java Lucene library, a high-performance, full-featured text search engine"
+DESCRIPTION="C++ port of Lucene library, a high-performance, full-featured text search engine"
HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus"
SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"