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 9FB00138359 for ; Mon, 19 Oct 2020 16:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECC4EE088B; Mon, 19 Oct 2020 16:53:42 +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 CEC1AE088B for ; Mon, 19 Oct 2020 16:53:42 +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 D7266340D2E for ; Mon, 19 Oct 2020 16:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5963B2 for ; Mon, 19 Oct 2020 16:53:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1603126397.0bbb7718e73735f35fbc5e86e679960953a819c9.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opus/opus-1.3.1-r1.ebuild X-VCS-Directories: media-libs/opus/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0bbb7718e73735f35fbc5e86e679960953a819c9 X-VCS-Branch: master Date: Mon, 19 Oct 2020 16:53:39 +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: 04724774-f764-49cb-8e2d-95d3afe074aa X-Archives-Hash: 28505d0a890599e7fb6bdc8d1decc5ed commit: 0bbb7718e73735f35fbc5e86e679960953a819c9 Author: David Michael gmail com> AuthorDate: Thu Oct 15 13:55:06 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 19 16:53:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbb7718 media-libs/opus: use BDEPEND with EAPI 7 Closes: https://bugs.gentoo.org/729078 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17936 media-libs/opus/opus-1.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opus/opus-1.3.1-r1.ebuild b/media-libs/opus/opus-1.3.1-r1.ebuild index d952bb8f91f..d012b9cbb22 100644 --- a/media-libs/opus/opus-1.3.1-r1.ebuild +++ b/media-libs/opus/opus-1.3.1-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" INTRINSIC_FLAGS="cpu_flags_x86_sse cpu_flags_arm_neon" IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}" -DEPEND="doc? ( +BDEPEND="doc? ( app-doc/doxygen media-gfx/graphviz )"