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 47A8815838C for ; Sat, 20 Jan 2024 21:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EDBDE29AF; Sat, 20 Jan 2024 21:22:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B1AD8E29B5 for ; Sat, 20 Jan 2024 21:22:19 +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 997AC343274 for ; Sat, 20 Jan 2024 21:22:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0FDF131B for ; Sat, 20 Jan 2024 21:22:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1705785702.65d741c6d67c6c14a797be5015148066d2c67b3e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/csound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/csound/csound-6.17.0-r1.ebuild media-sound/csound/csound-6.17.0.ebuild media-sound/csound/csound-9999.ebuild X-VCS-Directories: media-sound/csound/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 65d741c6d67c6c14a797be5015148066d2c67b3e X-VCS-Branch: master Date: Sat, 20 Jan 2024 21:22:16 +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: b24b1a49-cc3a-463f-bfc3-9e29d0336dd9 X-Archives-Hash: c3a3238ac6f5eb9de876e1618bd701d8 commit: 65d741c6d67c6c14a797be5015148066d2c67b3e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jan 13 16:30:46 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 20 21:21:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d741c6 media-sound/csound: add blocker for app-vim/csound-syntax Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://bugs.gentoo.org/914394 Signed-off-by: Conrad Kostecki gentoo.org> media-sound/csound/{csound-6.17.0.ebuild => csound-6.17.0-r1.ebuild} | 1 + media-sound/csound/csound-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-sound/csound/csound-6.17.0.ebuild b/media-sound/csound/csound-6.17.0-r1.ebuild similarity index 99% rename from media-sound/csound/csound-6.17.0.ebuild rename to media-sound/csound/csound-6.17.0-r1.ebuild index 715f3b0c1145..cf13e4203d7f 100644 --- a/media-sound/csound/csound-6.17.0.ebuild +++ b/media-sound/csound/csound-6.17.0-r1.ebuild @@ -71,6 +71,7 @@ CDEPEND=" portmidi? ( media-libs/portmidi ) pulseaudio? ( media-sound/pulseaudio ) utils? ( !media-sound/snd ) + vim-syntax? ( !app-vim/csound-syntax ) " RDEPEND=" ${CDEPEND} diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index 5b310b504a64..2f6048b164b7 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -71,6 +71,7 @@ CDEPEND=" portmidi? ( media-libs/portmidi ) pulseaudio? ( media-libs/libpulse ) utils? ( !media-sound/snd ) + vim-syntax? ( !app-vim/csound-syntax ) " RDEPEND=" ${CDEPEND}