commit: 6c13e89e3eac864bab52589426e3d2312eeaae01 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 07:05:22 2020 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> 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 <fordfrog <AT> 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}] + )"
