diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-19 09:15:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-19 09:15:55 +0000 |
commit | fafcb67376ddba05f2ce998af1b1d642ee6a0681 (patch) | |
tree | c4125f88ea6da60d7b48acacc62677f6ce09cf8e /dev-db/couchdb | |
parent | [sci-chemistry/icm] Version bump (diff) | |
download | gentoo-2-fafcb67376ddba05f2ce998af1b1d642ee6a0681.tar.gz gentoo-2-fafcb67376ddba05f2ce998af1b1d642ee6a0681.tar.bz2 gentoo-2-fafcb67376ddba05f2ce998af1b1d642ee6a0681.zip |
Raise spidermonkey dependency to 1.8.5 wrt #431336. Set missing SLOT dependency for openssl to ensure headers are installed.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/couchdb')
-rw-r--r-- | dev-db/couchdb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/couchdb/couchdb-1.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-db/couchdb/couchdb-1.2.0.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-db/couchdb/ChangeLog b/dev-db/couchdb/ChangeLog index 452158dfefa0..460dace1f096 100644 --- a/dev-db/couchdb/ChangeLog +++ b/dev-db/couchdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/couchdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.60 2012/09/23 08:38:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.61 2012/10/19 09:15:55 ssuominen Exp $ + + 19 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> couchdb-1.1.1.ebuild, + couchdb-1.2.0.ebuild: + Raise spidermonkey dependency to 1.8.5 wrt #431336. Set missing SLOT + dependency for openssl to ensure headers are installed. 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> couchdb-1.2.0.ebuild: x86 stable wrt bug #428920 diff --git a/dev-db/couchdb/couchdb-1.1.1.ebuild b/dev-db/couchdb/couchdb-1.1.1.ebuild index cbedec3a2632..e20c2b9850c0 100644 --- a/dev-db/couchdb/couchdb-1.1.1.ebuild +++ b/dev-db/couchdb/couchdb-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.1.1.ebuild,v 1.5 2012/06/04 06:25:25 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.1.1.ebuild,v 1.6 2012/10/19 09:15:55 ssuominen Exp $ EAPI="2" @@ -17,9 +17,9 @@ IUSE="test" RDEPEND=">=dev-libs/icu-4.3.1 dev-lang/erlang[ssl] - >=dev-libs/openssl-0.9.8j + >=dev-libs/openssl-0.9.8j:0 >=net-misc/curl-7.18.2 - dev-lang/spidermonkey" + >=dev-lang/spidermonkey-1.8.5" DEPEND="${RDEPEND}" diff --git a/dev-db/couchdb/couchdb-1.2.0.ebuild b/dev-db/couchdb/couchdb-1.2.0.ebuild index 049c761f0908..cd83b2d0632d 100644 --- a/dev-db/couchdb/couchdb-1.2.0.ebuild +++ b/dev-db/couchdb/couchdb-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.2.0.ebuild,v 1.5 2012/09/23 08:38:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.2.0.ebuild,v 1.6 2012/10/19 09:15:55 ssuominen Exp $ EAPI="2" @@ -17,9 +17,9 @@ IUSE="test" RDEPEND=">=dev-libs/icu-4.3.1 dev-lang/erlang[ssl] - >=dev-libs/openssl-0.9.8j + >=dev-libs/openssl-0.9.8j:0 >=net-misc/curl-7.18.2 - dev-lang/spidermonkey" + >=dev-lang/spidermonkey-1.8.5" DEPEND="${RDEPEND}" |