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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD83B158088 for ; Thu, 20 Jan 2022 20:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58B72BC06B; Thu, 20 Jan 2022 20:11:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27EFC2BC06C for ; Thu, 20 Jan 2022 20:11:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A529342ADA for ; Thu, 20 Jan 2022 20:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B5B2C6 for ; Thu, 20 Jan 2022 20:10:59 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1642709434.2607f5f90f4884f151c28fb3a61dd0306be0d052.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pgsql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_pgsql/p1_pgsql-1.1.16.ebuild X-VCS-Directories: dev-erlang/p1_pgsql/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2607f5f90f4884f151c28fb3a61dd0306be0d052 X-VCS-Branch: master Date: Thu, 20 Jan 2022 20:10:59 +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: 480995d5-bdc6-423b-95b8-c5a1d6e40f98 X-Archives-Hash: 2efb647b64a13a92db89ef8f58e12eab commit: 2607f5f90f4884f151c28fb3a61dd0306be0d052 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jan 20 20:10:34 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 20 20:10:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2607f5f9 dev-erlang/p1_pgsql: Stabilize 1.1.16 amd64, #831401 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/p1_pgsql/p1_pgsql-1.1.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.16.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.16.ebuild index f3ff4c28b18d..de5650c9d1cd 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.16.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}"