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 B6B4615808B for ; Sat, 26 Mar 2022 00:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCC35E0909; Sat, 26 Mar 2022 00:23:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B6B3CE0909 for ; Sat, 26 Mar 2022 00:23:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E71D3343516 for ; Sat, 26 Mar 2022 00:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7976C344 for ; Sat, 26 Mar 2022 00:23:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1648254210.3a0f07ad1543157d46d8f3aed5af1be63762fdbc.mattst88@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.1-r1.ebuild X-VCS-Directories: media-libs/nv-codec-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3a0f07ad1543157d46d8f3aed5af1be63762fdbc X-VCS-Branch: master Date: Sat, 26 Mar 2022 00:23:43 +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: e7908ea1-dce4-491a-82e5-25b1198445b3 X-Archives-Hash: 446288ef965c0e66d28a9fa7709caf98 commit: 3a0f07ad1543157d46d8f3aed5af1be63762fdbc Author: Matt Turner gentoo org> AuthorDate: Sat Mar 26 00:15:44 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 26 00:23:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0f07ad media-libs/nv-codec-headers: Remove RDEPEND on nvidia-drivers Bug: https://bugs.gentoo.org/702684 Signed-off-by: Matt Turner gentoo.org> media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild index 8f5074f5440f..bf44773fcf29 100644 --- a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild +++ b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild @@ -11,8 +11,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" -RDEPEND=">=x11-drivers/nvidia-drivers-470.57.02[${MULTILIB_USEDEP}]" - src_compile() { emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" }