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 0C05715815E for ; Tue, 6 Feb 2024 15:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EADDE29D9; Tue, 6 Feb 2024 15:14:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 912A9E29D8 for ; Tue, 6 Feb 2024 15:14:26 +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 88AE234305D for ; Tue, 6 Feb 2024 15:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC1F14AB for ; Tue, 6 Feb 2024 15:14:23 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1707232409.04cdd825203111b73912214dace608b877c12dae.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-accessibility/rhvoice-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild X-VCS-Directories: app-accessibility/rhvoice-core/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 04cdd825203111b73912214dace608b877c12dae X-VCS-Branch: dev Date: Tue, 6 Feb 2024 15:14:23 +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: e8229452-8473-4dc2-997a-86e0edea0817 X-Archives-Hash: ff63b43e3da850fd5d91f38c66bf477a commit: 04cdd825203111b73912214dace608b877c12dae Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 6 09:07:59 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Feb 6 15:13:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04cdd825 app-accessibility/rhvoice-core: update LICENSE Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild index 1cf48f599f..3361d95b06 100644 --- a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild +++ b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> " S="${WORKDIR}/${MY_P}" -LICENSE="BSD GPL-2 GPL-3+ LGPL-2.1+" +LICENSE="BSD GPL-2+ GPL-3+ LGPL-2.1+" KEYWORDS="~amd64 ~x86" IUSE="ao dbus portaudio +pulseaudio +speech-dispatcher" SLOT="0"