diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 06:16:48 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 06:16:48 +0000 |
commit | 01d06babe0e2b56b0e64da2f01565999e677b773 (patch) | |
tree | 6912857c74007e115d148abbc02ac4ba85f037a4 /media-libs/nv-codec-headers | |
parent | dev-python/OutputCheck: Stabilize 0.4.2-r1 amd64, #899200 (diff) | |
download | gentoo-01d06babe0e2b56b0e64da2f01565999e677b773.tar.gz gentoo-01d06babe0e2b56b0e64da2f01565999e677b773.tar.bz2 gentoo-01d06babe0e2b56b0e64da2f01565999e677b773.zip |
media-libs/nv-codec-headers: Stabilize 11.1.5.2 amd64, #899258
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/nv-codec-headers')
-rw-r--r-- | media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild index bf44773fcf29..8dc1a3f71262 100644 --- a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild +++ b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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)" |