diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:02:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:11 +0100 |
commit | dece163853a893babcd9b47cd562b49fabc2ebd8 (patch) | |
tree | 6d0713a9f0becf89be25785a54c3d19982f62922 /dev-db/couchdb | |
parent | dev-db/apgdiff: Fix toolong DESCRIPTION (diff) | |
download | gentoo-dece163853a893babcd9b47cd562b49fabc2ebd8.tar.gz gentoo-dece163853a893babcd9b47cd562b49fabc2ebd8.tar.bz2 gentoo-dece163853a893babcd9b47cd562b49fabc2ebd8.zip |
dev-db/couchdb: 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-db/couchdb')
-rw-r--r-- | dev-db/couchdb/couchdb-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |