From: Dirkjan Ochtman Date: Sat, 9 Jul 2016 17:30:54 +0000 (+0200) Subject: dev-db/couchdb: restrict erlang versions X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=143636f3f5c182f04f893e8ccefde1c95e1f1b88;p=gentoo.git dev-db/couchdb: restrict erlang versions Package-Manager: portage-2.2.28 --- diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild index 1aaffada805d..a00bbb179612 100644 --- a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild +++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit autotools 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" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="libressl selinux test" RDEPEND=">=dev-libs/icu-4.3.1:= - dev-lang/erlang[ssl] + =dev-libs/openssl-0.9.8j:0 ) libressl? ( dev-libs/libressl ) >=net-misc/curl-7.18.2 diff --git a/dev-db/couchdb/couchdb-1.6.1.ebuild b/dev-db/couchdb/couchdb-1.6.1.ebuild index b95498072499..b0e84028ce58 100644 --- a/dev-db/couchdb/couchdb-1.6.1.ebuild +++ b/dev-db/couchdb/couchdb-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" IUSE="selinux test" RDEPEND=">=dev-libs/icu-4.3.1:= - dev-lang/erlang[ssl] + =dev-libs/openssl-0.9.8j:0 >=net-misc/curl-7.18.2