From: Harri Nieminen Date: Mon, 20 Mar 2017 09:02:17 +0000 (+0200) Subject: dev-db/couchdb: Fix toolong DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dece163853a893babcd9b47cd562b49fabc2ebd8;p=gentoo.git dev-db/couchdb: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 --- diff --git a/dev-db/couchdb/couchdb-1.6.1.ebuild b/dev-db/couchdb/couchdb-1.6.1.ebuild index 4c024fc96b70..f5b2bb120d94 100644 --- a/dev-db/couchdb/couchdb-1.6.1.ebuild +++ b/dev-db/couchdb/couchdb-1.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils multilib pax-utils user -DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database." +DESCRIPTION="Distributed, fault-tolerant and schema-free document-oriented database" HOMEPAGE="http://couchdb.apache.org/" SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"