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 9874315810F for ; Wed, 7 Jun 2023 19:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6672E08DD; Wed, 7 Jun 2023 19:58:28 +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 9DE5EE08DD for ; Wed, 7 Jun 2023 19:58:28 +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 C692A340DA4 for ; Wed, 7 Jun 2023 19:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC52A5C for ; Wed, 7 Jun 2023 19:58:26 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1686167786.c2d3aff1231adfac9716ddb9eb9d138a54632702.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/anki-bin/anki-bin-2.1.65.ebuild X-VCS-Directories: app-misc/anki-bin/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: c2d3aff1231adfac9716ddb9eb9d138a54632702 X-VCS-Branch: dev Date: Wed, 7 Jun 2023 19:58:26 +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: eba26da7-937d-4c10-b084-8da3ff71c13b X-Archives-Hash: c31c65efb63f7f3fe6de3caa0c29ad8a commit: c2d3aff1231adfac9716ddb9eb9d138a54632702 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 7 19:56:26 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed Jun 7 19:56:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2d3aff1 app-misc/anki-bin: fix ewarn typo * May be relevant for those who want to look up the package with the typo. Signed-off-by: Lucio Sauer posteo.net> app-misc/anki-bin/anki-bin-2.1.65.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/anki-bin/anki-bin-2.1.65.ebuild b/app-misc/anki-bin/anki-bin-2.1.65.ebuild index 00ce197ea..c57a27768 100644 --- a/app-misc/anki-bin/anki-bin-2.1.65.ebuild +++ b/app-misc/anki-bin/anki-bin-2.1.65.ebuild @@ -82,7 +82,7 @@ pkg_postinst() { optfeature "LaTeX in cards" "app-text/texlive[extra] app-text/dvipng" optfeature "sound support" media-video/mpv media-video/mplayer if use qt6; then - ewarn "Recording support is broken for Qt6 until dev-qt/multimedia" + ewarn "Recording support is broken for Qt6 until dev-qt/qtmultimedia" ewarn "implements support for ALSA or PulseAudio." ewarn "Consider running Anki with Qt5 if you need recordings." else