diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-12 17:19:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-12 17:19:08 +0000 |
commit | bd4022eca1c25da62a397492380fb1c0d84d3b9f (patch) | |
tree | d41cadeff62642db569474d16759b06cd0e458a4 /dev-db | |
parent | Stable for ppc, wrt bug #483658 (diff) | |
download | gentoo-2-bd4022eca1c25da62a397492380fb1c0d84d3b9f.tar.gz gentoo-2-bd4022eca1c25da62a397492380fb1c0d84d3b9f.tar.bz2 gentoo-2-bd4022eca1c25da62a397492380fb1c0d84d3b9f.zip |
Stable for ppc, wrt bug #484304
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/couchdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/couchdb/couchdb-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/couchdb/ChangeLog b/dev-db/couchdb/ChangeLog index aca05fd6b5ab..7cd7bb66155f 100644 --- a/dev-db/couchdb/ChangeLog +++ b/dev-db/couchdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/couchdb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.81 2013/09/10 08:48:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.82 2013/09/12 17:19:08 ago Exp $ + + 12 Sep 2013; Agostino Sarubbo <ago@gentoo.org> couchdb-1.3.1.ebuild: + Stable for ppc, wrt bug #484304 10 Sep 2013; Agostino Sarubbo <ago@gentoo.org> couchdb-1.3.1.ebuild: Stable for amd64, wrt bug #484304 diff --git a/dev-db/couchdb/couchdb-1.3.1.ebuild b/dev-db/couchdb/couchdb-1.3.1.ebuild index 3cb4d6cc9c6b..333642cefeb0 100644 --- a/dev-db/couchdb/couchdb-1.3.1.ebuild +++ b/dev-db/couchdb/couchdb-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.3.1.ebuild,v 1.2 2013/09/10 08:48:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.3.1.ebuild,v 1.3 2013/09/12 17:19:08 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/couchdb/source/${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 |