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 A062A158094 for ; Wed, 13 Jul 2022 08:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F53E0DE4; Wed, 13 Jul 2022 08:01:30 +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 EA1EEE0DE4 for ; Wed, 13 Jul 2022 08:01:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE11A340C77 for ; Wed, 13 Jul 2022 08:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0705752D for ; Wed, 13 Jul 2022 08:01:27 +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: <1657699251.2741bcd479be80ac440a706c8eff0189a31ff885.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk/asterisk-18.10.0-r1.ebuild net-misc/asterisk/asterisk-18.8.0-r1.ebuild net-misc/asterisk/asterisk-18.9.0-r1.ebuild X-VCS-Directories: net-misc/asterisk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2741bcd479be80ac440a706c8eff0189a31ff885 X-VCS-Branch: master Date: Wed, 13 Jul 2022 08:01:27 +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: 8faa6b21-539c-4044-8f9d-edba00b9d78d X-Archives-Hash: 28c67c6614eeb056af63742bc92fc6ab commit: 2741bcd479be80ac440a706c8eff0189a31ff885 Author: Jaco Kroon uls co za> AuthorDate: Mon Jul 11 08:52:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 13 08:00:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2741bcd4 net-misc/asterisk: Fix pjproject dependency for asterisk-18.*. Signed-off-by: Jaco Kroon uls.co.za> Signed-off-by: Sam James gentoo.org> net-misc/asterisk/asterisk-18.10.0-r1.ebuild | 2 +- net-misc/asterisk/asterisk-18.8.0-r1.ebuild | 2 +- net-misc/asterisk/asterisk-18.9.0-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/asterisk/asterisk-18.10.0-r1.ebuild b/net-misc/asterisk/asterisk-18.10.0-r1.ebuild index 3884d5cea3f2..e9039223c4c5 100644 --- a/net-misc/asterisk/asterisk-18.10.0-r1.ebuild +++ b/net-misc/asterisk/asterisk-18.10.0-r1.ebuild @@ -66,7 +66,7 @@ DEPEND="acct-user/asterisk mysql? ( dev-db/mysql-connector-c:= ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) - pjproject? ( >=net-libs/pjproject-2.9:= ) + pjproject? ( >=net-libs/pjproject-2.12:= ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql:* ) radius? ( net-dialup/freeradius-client ) diff --git a/net-misc/asterisk/asterisk-18.8.0-r1.ebuild b/net-misc/asterisk/asterisk-18.8.0-r1.ebuild index 267d44d3b961..bc3f597e95ac 100644 --- a/net-misc/asterisk/asterisk-18.8.0-r1.ebuild +++ b/net-misc/asterisk/asterisk-18.8.0-r1.ebuild @@ -66,7 +66,7 @@ DEPEND="acct-user/asterisk mysql? ( dev-db/mysql-connector-c:= ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) - pjproject? ( >=net-libs/pjproject-2.9:= ) + pjproject? ( >=net-libs/pjproject-2.12:= ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql:* ) radius? ( net-dialup/freeradius-client ) diff --git a/net-misc/asterisk/asterisk-18.9.0-r1.ebuild b/net-misc/asterisk/asterisk-18.9.0-r1.ebuild index 3884d5cea3f2..e9039223c4c5 100644 --- a/net-misc/asterisk/asterisk-18.9.0-r1.ebuild +++ b/net-misc/asterisk/asterisk-18.9.0-r1.ebuild @@ -66,7 +66,7 @@ DEPEND="acct-user/asterisk mysql? ( dev-db/mysql-connector-c:= ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) - pjproject? ( >=net-libs/pjproject-2.9:= ) + pjproject? ( >=net-libs/pjproject-2.12:= ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql:* ) radius? ( net-dialup/freeradius-client )