Diff libva-intel-driver-2.4.1-r4 with a libva-intel-driver-9999
/usr/portage/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild 2023-10-09 14:52:31.696368406 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
16 | 16 |
if [[ ${PV} != *9999* ]] ; then |
17 | 17 |
SRC_URI="https://github.com/intel/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.bz2" |
18 | 18 |
S="${WORKDIR}/${MY_PN}-${PV}" |
19 |
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" |
|
19 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
|
20 | 20 |
fi |
21 | 21 | |
22 | 22 |
LICENSE="MIT" |