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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECBD9158094 for ; Tue, 23 Aug 2022 19:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26044E07D4; Tue, 23 Aug 2022 19:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C33BE07D4 for ; Tue, 23 Aug 2022 19:31:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7C22340D68 for ; Tue, 23 Aug 2022 19:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E300571 for ; Tue, 23 Aug 2022 19:31:00 +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: <1661283057.24b1467f620d97e196faf1f8b2fc66bd57de1ccd.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lv2/lv2-1.18.8.ebuild X-VCS-Directories: media-libs/lv2/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 24b1467f620d97e196faf1f8b2fc66bd57de1ccd X-VCS-Branch: master Date: Tue, 23 Aug 2022 19:31:00 +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: aeeebd4b-4d96-4347-8099-b12c08320706 X-Archives-Hash: 3e58cd5044724a737cbf9693e5d1561f commit: 24b1467f620d97e196faf1f8b2fc66bd57de1ccd Author: Miroslav Šulc gentoo org> AuthorDate: Tue Aug 23 19:30:52 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Aug 23 19:30:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b1467f media-libs/lv2: added missing dep to 1.18.8 Closes: https://bugs.gentoo.org/866031 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/lv2/lv2-1.18.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/lv2/lv2-1.18.8.ebuild b/media-libs/lv2/lv2-1.18.8.ebuild index cb7c90fbefa6..2a8d2a903388 100644 --- a/media-libs/lv2/lv2-1.18.8.ebuild +++ b/media-libs/lv2/lv2-1.18.8.ebuild @@ -28,6 +28,7 @@ BDEPEND=" CDEPEND=" ${PYTHON_DEPS} plugins? ( + media-libs/libsamplerate media-libs/libsndfile x11-libs/gtk+:2 )