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 86806138332 for ; Sat, 7 Apr 2018 11:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AA05E08DF; Sat, 7 Apr 2018 11:03:06 +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 7ACD2E08C8 for ; Sat, 7 Apr 2018 11:03:06 +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 0168A335C30 for ; Sat, 7 Apr 2018 11:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682AA27D for ; Sat, 7 Apr 2018 11:03:03 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1523098979.f56708279dae8443bf7db2fb8e78bb6b8b5faa33.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild X-VCS-Directories: dev-libs/mongo-c-driver/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f56708279dae8443bf7db2fb8e78bb6b8b5faa33 X-VCS-Branch: master Date: Sat, 7 Apr 2018 11:03:03 +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: cbf2b562-218a-496d-a221-9a542c2c424a X-Archives-Hash: 6ba07c5fc935bf3847cb49736bfcd646 commit: f56708279dae8443bf7db2fb8e78bb6b8b5faa33 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 7 11:01:49 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 7 11:02:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5670827 dev-libs/mongo-c-driver: Stable for HPPA too. Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --ignore-arches dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild index 1ea4eb35a6d..d034808158e 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 hppa x86" IUSE="debug examples libressl sasl ssl static-libs test" RDEPEND="app-arch/snappy:=