From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1251897-garchives=archives.gentoo.org@lists.gentoo.org> 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 9171913835B for <garchives@archives.gentoo.org>; Tue, 16 Feb 2021 19:22:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6755E08C4; Tue, 16 Feb 2021 19:22:05 +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 CE7E8E08C4 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Feb 2021 19:22:05 +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 E23B634133B for <gentoo-commits@lists.gentoo.org>; Tue, 16 Feb 2021 19:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D654DC for <gentoo-commits@lists.gentoo.org>; Tue, 16 Feb 2021 19:22:03 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1613503321.9c98413297da51576e340466eb1e66e90b7a1c2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgpool2/pgpool2-4.2.1.ebuild X-VCS-Directories: dev-db/pgpool2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c98413297da51576e340466eb1e66e90b7a1c2d X-VCS-Branch: master Date: Tue, 16 Feb 2021 19:22:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5191c4f2-599e-4c26-91d0-a8e96c955468 X-Archives-Hash: 67d1c7fffb26a233248db41b5232aea2 commit: 9c98413297da51576e340466eb1e66e90b7a1c2d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 16 19:22:01 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 19:22:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c984132 dev-db/pgpool2: Stabilize 4.2.1 x86, #762952 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/pgpool2/pgpool2-4.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgpool2/pgpool2-4.2.1.ebuild b/dev-db/pgpool2/pgpool2-4.2.1.ebuild index 4c93ba916e0..9bec9e4c03a 100644 --- a/dev-db/pgpool2/pgpool2-4.2.1.ebuild +++ b/dev-db/pgpool2/pgpool2-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://www.pgpool.net/download.php?f=${MY_P}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc libressl memcached pam ssl static-libs"