dev-db/couchdb: restrict erlang versions
authorDirkjan Ochtman <djc@gentoo.org>
Sat, 9 Jul 2016 17:30:54 +0000 (19:30 +0200)
committerDirkjan Ochtman <djc@gentoo.org>
Sat, 9 Jul 2016 17:30:54 +0000 (19:30 +0200)
Package-Manager: portage-2.2.28

dev-db/couchdb/couchdb-1.6.1-r2.ebuild
dev-db/couchdb/couchdb-1.6.1.ebuild

index 1aaffada805d357ea86baaeb8d453b877d5813c3..a00bbb179612f81f3d2f597112c4978635961289 100644 (file)
@@ -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
index b9549807249946e6ca858d39ab89de8cd71a1e19..b0e84028ce58af7ec2fc50c23ffee8cceb73a08e 100644 (file)
@@ -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