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 AF42D158099 for ; Wed, 22 Nov 2023 07:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F2A2BC029; Wed, 22 Nov 2023 07:21:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A4E2BC029 for ; Wed, 22 Nov 2023 07:21:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C18A8335DB1 for ; Wed, 22 Nov 2023 07:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18BEB13B4 for ; Wed, 22 Nov 2023 07:20:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1700637634.917d1903e4e8c2218f51231fe76d6e148d94e262.juippis@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.13.1.ebuild X-VCS-Directories: net-libs/pjproject/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 917d1903e4e8c2218f51231fe76d6e148d94e262 X-VCS-Branch: master Date: Wed, 22 Nov 2023 07:20:58 +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: 1b94d5a9-7c4f-41f3-bf60-3e66f2dd8569 X-Archives-Hash: 4740861465c9d0b63c816eb1b3a3b9b9 commit: 917d1903e4e8c2218f51231fe76d6e148d94e262 Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 22 07:20:34 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 22 07:20:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917d1903 net-libs/pjproject: Stabilize 2.13.1 x86, #917659 Signed-off-by: Joonas Niilola gentoo.org> net-libs/pjproject/pjproject-2.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/pjproject/pjproject-2.13.1.ebuild b/net-libs/pjproject/pjproject-2.13.1.ebuild index c9d8853f34c1..ad7121f4bf01 100644 --- a/net-libs/pjproject/pjproject-2.13.1.ebuild +++ b/net-libs/pjproject/pjproject-2.13.1.ebuild @@ -8,7 +8,7 @@ inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" HOMEPAGE="https://github.com/pjsip/pjproject https://www.pjsip.org/" SRC_URI="https://github.com/pjsip/${PN}/archive/refs/tags/${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}"