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 183AD158041 for ; Mon, 1 Apr 2024 21:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F9A1E2A92; Mon, 1 Apr 2024 21:30:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2CA56E2A8D for ; Mon, 1 Apr 2024 21:30:07 +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 5F453343211 for ; Mon, 1 Apr 2024 21:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84199162C for ; Mon, 1 Apr 2024 21:30:02 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1712001761.faf3ddb7145d01a2b8c8eefc63e3b4047184c12a.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-voip/baresip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/baresip/baresip-3.10.0.ebuild net-voip/baresip/baresip-3.10.1.ebuild net-voip/baresip/baresip-3.7.0.ebuild net-voip/baresip/baresip-3.8.0.ebuild net-voip/baresip/baresip-3.9.0.ebuild X-VCS-Directories: net-voip/baresip/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: faf3ddb7145d01a2b8c8eefc63e3b4047184c12a X-VCS-Branch: master Date: Mon, 1 Apr 2024 21:30:02 +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: eb60c9fc-6efe-4535-b402-092528ce2c81 X-Archives-Hash: a1e8592c05e4e8da4baa5f2470ad4ae3 commit: faf3ddb7145d01a2b8c8eefc63e3b4047184c12a Author: Dale Showers fictx com> AuthorDate: Mon Apr 1 20:01:52 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Apr 1 20:02:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=faf3ddb7 net-voip/baresip: Fixed KEYWORDS Signed-off-by: Dale Showers fictx.com> net-voip/baresip/baresip-3.10.0.ebuild | 2 +- net-voip/baresip/baresip-3.10.1.ebuild | 2 +- net-voip/baresip/baresip-3.7.0.ebuild | 2 +- net-voip/baresip/baresip-3.8.0.ebuild | 2 +- net-voip/baresip/baresip-3.9.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-voip/baresip/baresip-3.10.0.ebuild b/net-voip/baresip/baresip-3.10.0.ebuild index d1e006f926..10023c9ea1 100644 --- a/net-voip/baresip/baresip-3.10.0.ebuild +++ b/net-voip/baresip/baresip-3.10.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png portaudio pulseaudio pipewire sdl sndfile spandsp vpx X" diff --git a/net-voip/baresip/baresip-3.10.1.ebuild b/net-voip/baresip/baresip-3.10.1.ebuild index a21a8f9169..5095268db3 100644 --- a/net-voip/baresip/baresip-3.10.1.ebuild +++ b/net-voip/baresip/baresip-3.10.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png portaudio pulseaudio pipewire sdl sndfile spandsp vpx X" diff --git a/net-voip/baresip/baresip-3.7.0.ebuild b/net-voip/baresip/baresip-3.7.0.ebuild index d1e006f926..10023c9ea1 100644 --- a/net-voip/baresip/baresip-3.7.0.ebuild +++ b/net-voip/baresip/baresip-3.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png portaudio pulseaudio pipewire sdl sndfile spandsp vpx X" diff --git a/net-voip/baresip/baresip-3.8.0.ebuild b/net-voip/baresip/baresip-3.8.0.ebuild index d1e006f926..10023c9ea1 100644 --- a/net-voip/baresip/baresip-3.8.0.ebuild +++ b/net-voip/baresip/baresip-3.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png portaudio pulseaudio pipewire sdl sndfile spandsp vpx X" diff --git a/net-voip/baresip/baresip-3.9.0.ebuild b/net-voip/baresip/baresip-3.9.0.ebuild index d1e006f926..10023c9ea1 100644 --- a/net-voip/baresip/baresip-3.9.0.ebuild +++ b/net-voip/baresip/baresip-3.9.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png portaudio pulseaudio pipewire sdl sndfile spandsp vpx X"