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 84178158015 for ; Sat, 23 Dec 2023 21:50:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E9F2BC075; Sat, 23 Dec 2023 21:50:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7864B2BC036 for ; Sat, 23 Dec 2023 21:50:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9828B33D0AF for ; Sat, 23 Dec 2023 21:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83219C4 for ; Sat, 23 Dec 2023 21:50:14 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1703368085.625d35fb1504f15a1d9453949117b23ba714c9dd.chewi@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-12.1.14.0.ebuild X-VCS-Directories: media-libs/nv-codec-headers/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 625d35fb1504f15a1d9453949117b23ba714c9dd X-VCS-Branch: master Date: Sat, 23 Dec 2023 21:50:14 +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: e10b63f2-7538-4bd8-9e06-e0615d16ea24 X-Archives-Hash: bd363a8d08a2afff486cc5664912a893 commit: 625d35fb1504f15a1d9453949117b23ba714c9dd Author: James Le Cuirot gentoo org> AuthorDate: Sat Dec 23 21:47:28 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Dec 23 21:48:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625d35fb media-libs/nv-codec-headers: Stabilise 12.1.14.0 on amd64 Signed-off-by: James Le Cuirot gentoo.org> media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild index fdfed74941ef..76d43e5dd537 100644 --- a/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild +++ b/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild @@ -9,7 +9,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" src_compile() { emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)"