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 B927F158018 for ; Mon, 4 Oct 2021 08:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64202E0922; Mon, 4 Oct 2021 08:11:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4962FE0922 for ; Mon, 4 Oct 2021 08:11:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0419E342CEB for ; Mon, 4 Oct 2021 08:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 918ABEC for ; Mon, 4 Oct 2021 08:11:28 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1633331577.f2ceb5e3e245e1df7c4ac3d5e92b96ffd3185306.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-hevc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/svt-hevc/svt-hevc-1.5.0.ebuild media-libs/svt-hevc/svt-hevc-9999.ebuild X-VCS-Directories: media-libs/svt-hevc/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: f2ceb5e3e245e1df7c4ac3d5e92b96ffd3185306 X-VCS-Branch: dev Date: Mon, 4 Oct 2021 08:11:28 +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: e40449ab-5013-4608-ae50-86303e5d4c91 X-Archives-Hash: 4bdd3c930595f2029b601f4ff3112832 commit: f2ceb5e3e245e1df7c4ac3d5e92b96ffd3185306 Author: James Beddek posteo de> AuthorDate: Mon Oct 4 07:12:57 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Oct 4 07:12:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2ceb5e3 media-libs/svt-hevc: fix BDEPEND Signed-off-by: James Beddek posteo.de> media-libs/svt-hevc/svt-hevc-1.5.0.ebuild | 2 +- media-libs/svt-hevc/svt-hevc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild b/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild index e85af88c7..4519a7918 100644 --- a/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild +++ b/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild @@ -20,7 +20,7 @@ fi LICENSE="AOM BSD-2" SLOT="0/1" -DEPEND="dev-lang/nasm" +BDEPEND="dev-lang/nasm" src_prepare() { append-ldflags -Wl,-z,noexecstack diff --git a/media-libs/svt-hevc/svt-hevc-9999.ebuild b/media-libs/svt-hevc/svt-hevc-9999.ebuild index e85af88c7..4519a7918 100644 --- a/media-libs/svt-hevc/svt-hevc-9999.ebuild +++ b/media-libs/svt-hevc/svt-hevc-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="AOM BSD-2" SLOT="0/1" -DEPEND="dev-lang/nasm" +BDEPEND="dev-lang/nasm" src_prepare() { append-ldflags -Wl,-z,noexecstack