diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-16 13:25:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-16 13:25:58 +0000 |
commit | 2d3ae3bf1de1c4c2329b48e340f18b4061c2ae23 (patch) | |
tree | f2b84317e52c891ed447d54b73825b74de416705 | |
parent | Correct path for paxmark (diff) | |
download | gentoo-2-2d3ae3bf1de1c4c2329b48e340f18b4061c2ae23.tar.gz gentoo-2-2d3ae3bf1de1c4c2329b48e340f18b4061c2ae23.tar.bz2 gentoo-2-2d3ae3bf1de1c4c2329b48e340f18b4061c2ae23.zip |
Stable for amd64, wrt bug #404087
(Portage version: 2.1.10.44/cvs/Linux x86_64)
-rw-r--r-- | dev-db/couchdb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/couchdb/couchdb-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/couchdb/ChangeLog b/dev-db/couchdb/ChangeLog index a8098e225623..9768db7fc21b 100644 --- a/dev-db/couchdb/ChangeLog +++ b/dev-db/couchdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/couchdb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.50 2011/10/31 14:29:42 djc Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.51 2012/02/16 13:25:58 ago Exp $ + + 16 Feb 2012; Agostino Sarubbo <ago@gentoo.org> couchdb-1.1.1.ebuild: + Stable for amd64, wrt bug #404087 *couchdb-1.1.1 (31 Oct 2011) diff --git a/dev-db/couchdb/couchdb-1.1.1.ebuild b/dev-db/couchdb/couchdb-1.1.1.ebuild index b9885b5bdc1b..eebbcf950138 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-2011 Gentoo Foundation +# 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.1 2011/10/31 14:29:42 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.1.1.ebuild,v 1.2 2012/02/16 13:25:58 ago Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/couchdb/${PV}/apache-${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="test" RDEPEND=">=dev-libs/icu-4.3.1 |