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 CB520158090 for ; Sat, 19 Feb 2022 13:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14626E0858; Sat, 19 Feb 2022 13:15:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8A89E0858 for ; Sat, 19 Feb 2022 13:15:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0EBA3438E9 for ; Sat, 19 Feb 2022 13:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D5AF310 for ; Sat, 19 Feb 2022 13:15:50 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1645276532.f7bcf26360a19960716189c5671917c57cb02ef4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/nv-codec-headers/nv-codec-headers-11.1.5.0.ebuild X-VCS-Directories: media-libs/nv-codec-headers/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f7bcf26360a19960716189c5671917c57cb02ef4 X-VCS-Branch: master Date: Sat, 19 Feb 2022 13:15:50 +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: b0924c7c-6daf-4477-99d5-d3cef446af21 X-Archives-Hash: 1537c8d5a812703a9535fd6d93b38dfc commit: f7bcf26360a19960716189c5671917c57cb02ef4 Author: Jakov Smolić gentoo org> AuthorDate: Sat Feb 19 13:11:01 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Feb 19 13:15:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bcf263 media-libs/nv-codec-headers: Stabilize 11.1.5.0 amd64, #833743 Signed-off-by: Jakov Smolić gentoo.org> media-libs/nv-codec-headers/nv-codec-headers-11.1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.0.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.0.ebuild index f47ddf1ff839..fc9b99fc3cad 100644 --- a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.0.ebuild +++ b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/FFmpeg/nv-codec-headers/releases/download/n${PV}/${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" RDEPEND=">=x11-drivers/nvidia-drivers-470.57.02[${MULTILIB_USEDEP}]"