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 4B1D9138334 for ; Fri, 13 Dec 2019 20:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7644CE08C9; Fri, 13 Dec 2019 20:10:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 57427E08C9 for ; Fri, 13 Dec 2019 20:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4664D34D97E for ; Fri, 13 Dec 2019 20:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 544218B1 for ; Fri, 13 Dec 2019 20:10:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1576267830.d0daffd20f1e7eb7039f4e7733899f41083e61f3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild X-VCS-Directories: media-plugins/mda-lv2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d0daffd20f1e7eb7039f4e7733899f41083e61f3 X-VCS-Branch: master Date: Fri, 13 Dec 2019 20:10:45 +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: eee827ad-e7f9-4071-b6f5-0df6381d8676 X-Archives-Hash: 693f1f30022e94073f7122398bd4b957 commit: d0daffd20f1e7eb7039f4e7733899f41083e61f3 Author: David Seifert gentoo org> AuthorDate: Fri Dec 13 20:10:30 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 13 20:10:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0daffd2 media-plugins/mda-lv2: Do not use BDEPEND in EAPI 6 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild index ada4a963822..3665803535c 100644 --- a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild +++ b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild @@ -17,7 +17,6 @@ SLOT="0" KEYWORDS="amd64 x86" RDEPEND="media-libs/lv2" -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" ${PYTHON_DEPS} virtual/pkgconfig"