diff options
author | 2022-02-19 07:52:19 +0100 | |
---|---|---|
committer | 2022-02-19 07:52:19 +0100 | |
commit | 51a74dcc2002c898eb7113ae9241f99498799088 (patch) | |
tree | 95596bb56a7507a87a53fdd6fd5e6aadb045854f /x11-libs | |
parent | media-video/gaupol: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug #833744 (diff) | |
download | gentoo-51a74dcc2002c898eb7113ae9241f99498799088.tar.gz gentoo-51a74dcc2002c898eb7113ae9241f99498799088.tar.bz2 gentoo-51a74dcc2002c898eb7113ae9241f99498799088.zip |
x11-libs/libva-intel-media-driver: amd64 stable wrt bug #833746
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0.ebuild index b0004515b354..d35edb899163 100644 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0.ebuild +++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ else SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz" S="${WORKDIR}/media-driver-intel-media-${MY_PV}" if [[ ${PV} != *_pre* ]] ; then - KEYWORDS="~amd64" + KEYWORDS="amd64" fi fi |