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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D866A138334 for ; Fri, 9 Nov 2018 00:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D9FE0AAB; Fri, 9 Nov 2018 00:43:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20D1CE0AAB for ; Fri, 9 Nov 2018 00:43:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1C4F335CD5 for ; Fri, 9 Nov 2018 00:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B274C459 for ; Fri, 9 Nov 2018 00:43:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1541724028.2f199cbba84a7c593f6861824e1019ad84aa03d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/chuck/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/chuck/chuck-1.4.0.0.ebuild X-VCS-Directories: media-sound/chuck/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f199cbba84a7c593f6861824e1019ad84aa03d1 X-VCS-Branch: master Date: Fri, 9 Nov 2018 00:43:12 +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-Archives-Salt: 63218147-e9e4-48a2-9dbf-c0c11edd1ed7 X-Archives-Hash: 592be5d7323cf36b4872276e2399fd6b commit: 2f199cbba84a7c593f6861824e1019ad84aa03d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 9 00:35:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 00:40:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f199cbb media-sound/chuck: Switch to virtual/jack Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/chuck/chuck-1.4.0.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/chuck/chuck-1.4.0.0.ebuild b/media-sound/chuck/chuck-1.4.0.0.ebuild index 874e0f13126..dabca98d3a1 100644 --- a/media-sound/chuck/chuck-1.4.0.0.ebuild +++ b/media-sound/chuck/chuck-1.4.0.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs flag-o-matic + +inherit flag-o-matic toolchain-funcs DESCRIPTION="Strongly-timed, concurrent, and on-the-fly audio programming language" HOMEPAGE="http://chuck.cs.princeton.edu/" @@ -17,7 +18,7 @@ REQUIRED_USE="|| ( alsa jack )" RDEPEND="app-eselect/eselect-chuck media-libs/libsndfile alsa? ( media-libs/alsa-lib ) - jack? ( media-sound/jack-audio-connection-kit )" + jack? ( virtual/jack )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex"