diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2016-07-09 19:30:54 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-07-09 19:30:54 +0200 |
commit | 143636f3f5c182f04f893e8ccefde1c95e1f1b88 (patch) | |
tree | bb089318d52c1d6ca373835b32c72cd0b4b98ad8 /dev-db/couchdb | |
parent | php-ext-pecl-r3.eclass: new revision supporting EAPI=6. (diff) | |
download | gentoo-143636f3f5c182f04f893e8ccefde1c95e1f1b88.tar.gz gentoo-143636f3f5c182f04f893e8ccefde1c95e1f1b88.tar.bz2 gentoo-143636f3f5c182f04f893e8ccefde1c95e1f1b88.zip |
dev-db/couchdb: restrict erlang versions
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-db/couchdb')
-rw-r--r-- | dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 6 | ||||
-rw-r--r-- | 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 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-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 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-lang/erlang-18.0[ssl] >=dev-libs/openssl-0.9.8j:0 >=net-misc/curl-7.18.2 <dev-lang/spidermonkey-1.8.7 |