commit:     143636f3f5c182f04f893e8ccefde1c95e1f1b88
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 17:30:54 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 17:30:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143636f3

dev-db/couchdb: restrict erlang versions

Package-Manager: portage-2.2.28

 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 6 +++---
 dev-db/couchdb/couchdb-1.6.1.ebuild    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
index 1aaffad..a00bbb1 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-lang/erlang-19.0[ssl]
                !libressl? ( >=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 b954980..b0e8402 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-lang/erlang-18.0[ssl]
                >=dev-libs/openssl-0.9.8j:0
                >=net-misc/curl-7.18.2
                <dev-lang/spidermonkey-1.8.7

Reply via email to