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 0BE7E138350 for ; Thu, 5 Mar 2020 19:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1C44E089B; Thu, 5 Mar 2020 19:30:35 +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 8F420E089B for ; Thu, 5 Mar 2020 19:30:35 +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 96E7834E847 for ; Thu, 5 Mar 2020 19:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B7F145 for ; Thu, 5 Mar 2020 19:30:30 +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: <1583436611.5ec6f2ff9c8e209bd121f42d01b1939ffdf62048.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.7.0-r1.ebuild media-libs/libvpx/libvpx-1.8.2.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5ec6f2ff9c8e209bd121f42d01b1939ffdf62048 X-VCS-Branch: master Date: Thu, 5 Mar 2020 19:30:30 +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: da8b1a25-f875-4e33-bfc7-17b0ea6e447e X-Archives-Hash: a1e4d947207d7261dd90759db9e22989 commit: 5ec6f2ff9c8e209bd121f42d01b1939ffdf62048 Author: Mike Gilbert gentoo org> AuthorDate: Thu Mar 5 19:30:11 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 5 19:30:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec6f2ff media-libs/libvpx: move build deps to BDEPEND Closes: https://bugs.gentoo.org/711562 Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113 Signed-off-by: Mike Gilbert gentoo.org> media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 ++--- media-libs/libvpx/libvpx-1.8.2.ebuild | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild index c260444eab0..1926e34ee05 100644 --- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -32,8 +32,7 @@ REQUIRED_USE=" # Disable test phase when USE="-test" RESTRICT="!test? ( test )" -RDEPEND="" -DEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm ) diff --git a/media-libs/libvpx/libvpx-1.8.2.ebuild b/media-libs/libvpx/libvpx-1.8.2.ebuild index d82535cf0c4..02d9e8dd432 100644 --- a/media-libs/libvpx/libvpx-1.8.2.ebuild +++ b/media-libs/libvpx/libvpx-1.8.2.ebuild @@ -28,8 +28,7 @@ REQUIRED_USE="test? ( threads )" # Disable test phase when USE="-test" RESTRICT="!test? ( test )" -RDEPEND="" -DEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm )