diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-12 19:40:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-13 10:56:00 +0100 |
commit | 9056ab766ad26b872ce6d7e6a9bf1805f5a25d75 (patch) | |
tree | 634426c1ffb8288fee52bf0b56c510e5f67832dd /virtual/jack | |
parent | app-dicts/sword-Josephus: mark stable on amd64 (diff) | |
download | gentoo-9056ab766ad26b872ce6d7e6a9bf1805f5a25d75.tar.gz gentoo-9056ab766ad26b872ce6d7e6a9bf1805f5a25d75.tar.bz2 gentoo-9056ab766ad26b872ce6d7e6a9bf1805f5a25d75.zip |
virtual/jack: Drop 0
Closes: https://bugs.gentoo.org/746722
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'virtual/jack')
-rw-r--r-- | virtual/jack/jack-0.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/virtual/jack/jack-0.ebuild b/virtual/jack/jack-0.ebuild deleted file mode 100644 index a97cf5a258b9..000000000000 --- a/virtual/jack/jack-0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] - media-sound/jack2[${MULTILIB_USEDEP}] - )" |