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 BCF2F138335 for ; Sun, 18 Aug 2019 21:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A95E08D6; Sun, 18 Aug 2019 21:51:16 +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 DF8A9E08D6 for ; Sun, 18 Aug 2019 21:51:15 +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 83A0B349DC6 for ; Sun, 18 Aug 2019 21:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD09758 for ; Sun, 18 Aug 2019 21:51:11 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1566164889.b53903df2bc9859543da39c7ef97d654f5b454b6.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbouncer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgbouncer/pgbouncer-1.10.0.ebuild X-VCS-Directories: dev-db/pgbouncer/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b53903df2bc9859543da39c7ef97d654f5b454b6 X-VCS-Branch: master Date: Sun, 18 Aug 2019 21:51:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc7b1dc8-8744-4713-afc4-f67aac43ac09 X-Archives-Hash: fd97e9cd91701b9ed6a6d4f16cb2d894 commit: b53903df2bc9859543da39c7ef97d654f5b454b6 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Aug 18 21:48:09 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Aug 18 21:48:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53903df dev-db/pgbouncer: amd64 stable wrt bug #692346 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-db/pgbouncer/pgbouncer-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgbouncer/pgbouncer-1.10.0.ebuild b/dev-db/pgbouncer/pgbouncer-1.10.0.ebuild index caae5f40fcf..2bed95f2b8e 100644 --- a/dev-db/pgbouncer/pgbouncer-1.10.0.ebuild +++ b/dev-db/pgbouncer/pgbouncer-1.10.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://pgbouncer.github.io" SRC_URI="https://pgbouncer.github.io/downloads/files/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+c-ares debug doc pam ssl -udns" # At-most-one-of, one can be enabled but not both