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 9EB8F158649 for ; Fri, 12 May 2023 03:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCC81E0ADB; Fri, 12 May 2023 03:40:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2407E0ADB for ; Fri, 12 May 2023 03:40:05 +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 B85BC340AA7 for ; Fri, 12 May 2023 03:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25119A59 for ; Fri, 12 May 2023 03:40:03 +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: <1683862786.dcc76c9cc5990fbc66dbc1c7d9201bb108060768.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mda-lv2/mda-lv2-1.2.10-r1.ebuild X-VCS-Directories: media-plugins/mda-lv2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dcc76c9cc5990fbc66dbc1c7d9201bb108060768 X-VCS-Branch: master Date: Fri, 12 May 2023 03:40:03 +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: 2a19be53-154a-4753-a340-7e969d2900f9 X-Archives-Hash: 3fb85e5f64e99c960a317ee25e40d7e5 commit: dcc76c9cc5990fbc66dbc1c7d9201bb108060768 Author: Sam James gentoo org> AuthorDate: Fri May 12 03:39:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 12 03:39:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc76c9c media-plugins/mda-lv2: add bug link for test failure Bug: https://gitlab.com/drobilla/mda-lv2/-/issues/2 Signed-off-by: Sam James gentoo.org> media-plugins/mda-lv2/mda-lv2-1.2.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.10-r1.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.10-r1.ebuild index 5bd3984346c9..9a73be0503be 100644 --- a/media-plugins/mda-lv2/mda-lv2-1.2.10-r1.ebuild +++ b/media-plugins/mda-lv2/mda-lv2-1.2.10-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" # Tests fail because of lvz_new_audioeffectx symbol in plugins, check -# on new lv2lint release (>0.16.2) +# on new lv2lint release (>0.16.2). See https://gitlab.com/drobilla/mda-lv2/-/issues/2. RESTRICT="!test? ( test ) test" DEPEND="media-libs/lv2"