Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/couchdb/
Date: Sat, 09 Jul 2016 17:31:45
Message-Id: 1468085454.143636f3f5c182f04f893e8ccefde1c95e1f1b88.djc@gentoo
1 commit: 143636f3f5c182f04f893e8ccefde1c95e1f1b88
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 17:30:54 2016 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 17:30:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143636f3
7
8 dev-db/couchdb: restrict erlang versions
9
10 Package-Manager: portage-2.2.28
11
12 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 6 +++---
13 dev-db/couchdb/couchdb-1.6.1.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
17 index 1aaffad..a00bbb1 100644
18 --- a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
19 +++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -6,7 +6,7 @@ EAPI=5
27
28 inherit autotools eutils multilib pax-utils user
29
30 -DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database."
31 +DESCRIPTION="Distributed, fault-tolerant and schema-free document-oriented database"
32 HOMEPAGE="http://couchdb.apache.org/"
33 SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"
34
35 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
36 IUSE="libressl selinux test"
37
38 RDEPEND=">=dev-libs/icu-4.3.1:=
39 - dev-lang/erlang[ssl]
40 + <dev-lang/erlang-19.0[ssl]
41 !libressl? ( >=dev-libs/openssl-0.9.8j:0 )
42 libressl? ( dev-libs/libressl )
43 >=net-misc/curl-7.18.2
44
45 diff --git a/dev-db/couchdb/couchdb-1.6.1.ebuild b/dev-db/couchdb/couchdb-1.6.1.ebuild
46 index b954980..b0e8402 100644
47 --- a/dev-db/couchdb/couchdb-1.6.1.ebuild
48 +++ b/dev-db/couchdb/couchdb-1.6.1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86"
56 IUSE="selinux test"
57
58 RDEPEND=">=dev-libs/icu-4.3.1:=
59 - dev-lang/erlang[ssl]
60 + <dev-lang/erlang-18.0[ssl]
61 >=dev-libs/openssl-0.9.8j:0
62 >=net-misc/curl-7.18.2
63 <dev-lang/spidermonkey-1.8.7