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 47B08158020 for ; Tue, 25 Oct 2022 17:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 022D5E0CE2; Tue, 25 Oct 2022 17:55:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E105EE0CE2 for ; Tue, 25 Oct 2022 17:55:15 +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 C693D340D20 for ; Tue, 25 Oct 2022 17:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AD786A1 for ; Tue, 25 Oct 2022 17:55:12 +0000 (UTC) From: "Sam James" 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" Message-ID: <1666720484.8757cb92a0e8a859fdc2571bf6579d295bf9d1a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pjproject/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/pjproject/pjproject-2.12.1-r2.ebuild X-VCS-Directories: net-libs/pjproject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8757cb92a0e8a859fdc2571bf6579d295bf9d1a0 X-VCS-Branch: master Date: Tue, 25 Oct 2022 17:55:12 +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: ff6ccf44-f714-4e6e-8299-c713d94bf7a5 X-Archives-Hash: bdc3f2a99e2c88418d9bf8ad2c5bb2c7 commit: 8757cb92a0e8a859fdc2571bf6579d295bf9d1a0 Author: Sam James gentoo org> AuthorDate: Tue Oct 25 17:54:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 25 17:54:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8757cb92 net-libs/pjproject: Stabilize 2.12.1-r2 amd64, #878241 Signed-off-by: Sam James gentoo.org> net-libs/pjproject/pjproject-2.12.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/pjproject/pjproject-2.12.1-r2.ebuild b/net-libs/pjproject/pjproject-2.12.1-r2.ebuild index 846b53806406..b990527753f7 100644 --- a/net-libs/pjproject/pjproject-2.12.1-r2.ebuild +++ b/net-libs/pjproject/pjproject-2.12.1-r2.ebuild @@ -8,7 +8,7 @@ inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" HOMEPAGE="https://www.pjsip.org/" SRC_URI="https://github.com/pjsip/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" LICENSE="GPL-2" SLOT="0/${PV}"