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 858081396D9 for ; Wed, 15 Nov 2017 23:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5655E0F36; Wed, 15 Nov 2017 23:45:39 +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 80EA0E0EE8 for ; Wed, 15 Nov 2017 23:45:39 +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 3AE96341684 for ; Wed, 15 Nov 2017 23:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD539C0C for ; Wed, 15 Nov 2017 23:45:36 +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: <1510789305.d4810c8bdcfa35af1810d2af67d4fd2cfd1225af.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.4.1-r5.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4810c8bdcfa35af1810d2af67d4fd2cfd1225af X-VCS-Branch: master Date: Wed, 15 Nov 2017 23:45:36 +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: c2b20ec7-5ffd-4d14-836b-aea3cdb225bd X-Archives-Hash: 49945de065ad5c50f26e0bfb9c937f3b commit: d4810c8bdcfa35af1810d2af67d4fd2cfd1225af Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 15 23:41:45 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 15 23:41:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4810c8b media-libs/mlt: Make USE=jack depend on virtual/jack Reported-by: Daniel Bautista gmail.com> Closes: https://bugs.gentoo.org/637564 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-libs/mlt/mlt-6.4.1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-6.4.1-r5.ebuild b/media-libs/mlt/mlt-6.4.1-r5.ebuild index 2e19866b6d2..64cf548226c 100644 --- a/media-libs/mlt/mlt-6.4.1-r5.ebuild +++ b/media-libs/mlt/mlt-6.4.1-r5.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" jack? ( >=dev-libs/libxml2-2.5 media-libs/ladspa-sdk - >=media-sound/jack-audio-connection-kit-0.121.3 + virtual/jack ) libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) lua? ( >=dev-lang/lua-5.1.4-r4:= )