From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52756138334 for ; Sun, 5 Aug 2018 20:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCB1E0801; Sun, 5 Aug 2018 20:36:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AEB2E0801 for ; Sun, 5 Aug 2018 20:36:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52FD6335CC0 for ; Sun, 5 Aug 2018 20:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9167B375 for ; Sun, 5 Aug 2018 20:36:09 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1533501357.2daace8df25bcf09e8e5c093c0df190eb45129fd.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/couchdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/couchdb/couchdb-1.7.2.ebuild X-VCS-Directories: dev-db/couchdb/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2daace8df25bcf09e8e5c093c0df190eb45129fd X-VCS-Branch: master Date: Sun, 5 Aug 2018 20:36:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d1ec38b-cae3-4425-94ce-20f4cb8bf952 X-Archives-Hash: 31346913c8240e89dc9db89047856081 commit: 2daace8df25bcf09e8e5c093c0df190eb45129fd Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Aug 5 20:35:57 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 5 20:35:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2daace8d dev-db/couchdb: stable 1.7.2 for ppc, bug #660908 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.44, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc" dev-db/couchdb/couchdb-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/couchdb/couchdb-1.7.2.ebuild b/dev-db/couchdb/couchdb-1.7.2.ebuild index 8f033f12687..85ea96ed35b 100644 --- a/dev-db/couchdb/couchdb-1.7.2.ebuild +++ b/dev-db/couchdb/couchdb-1.7.2.ebuild @@ -11,7 +11,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="libressl selinux test" RDEPEND=">=dev-libs/icu-4.3.1:=