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 453C8138359 for ; Sat, 5 Sep 2020 07:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C94DE082D; Sat, 5 Sep 2020 07:05:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 63852E082D for ; Sat, 5 Sep 2020 07:05:49 +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 4E52A335DB0 for ; Sat, 5 Sep 2020 07:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C5E335 for ; Sat, 5 Sep 2020 07:05:46 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1599289522.6c13e89e3eac864bab52589426e3d2312eeaae01.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jack/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jack/jack-1.ebuild X-VCS-Directories: virtual/jack/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 6c13e89e3eac864bab52589426e3d2312eeaae01 X-VCS-Branch: master Date: Sat, 5 Sep 2020 07:05:46 +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: f5ce5fd4-a42d-40cc-92b6-996f4e5c4ca6 X-Archives-Hash: f9962f3b07cca740fd3a96a5ebdf9280 commit: 6c13e89e3eac864bab52589426e3d2312eeaae01 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Sep 5 07:05:22 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Sep 5 07:05:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c13e89e virtual/jack: eapi7, jack2 default now Bug: https://bugs.gentoo.org/602898 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Miroslav Šulc gentoo.org> virtual/jack/jack-1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/jack/jack-1.ebuild b/virtual/jack/jack-1.ebuild new file mode 100644 index 00000000000..8c4813bef27 --- /dev/null +++ b/virtual/jack/jack-1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-build + +DESCRIPTION="Virtual for JACK Audio Connection Kit" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" + +RDEPEND=" + || ( + media-sound/jack2[${MULTILIB_USEDEP}] + media-sound/jack-audio-connection-kit[${MULTILIB_USEDEP}] + )"