Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/
Date: Mon, 04 Jul 2022 02:41:18
Message-Id: 1656902429.53c1922ca8cfa7fd79f2f1d568bdef25897e8d80.mattst88@gentoo
1 commit: 53c1922ca8cfa7fd79f2f1d568bdef25897e8d80
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 02:40:02 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 02:40:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c1922c
7
8 x11-libs/libva-intel-media-driver: Switch to EAPI=8
9
10 And fix "VA-API".
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 .../libva-intel-media-driver/libva-intel-media-driver-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
18 index 467f8eb13c6f..50a4289d1592 100644
19 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
20 +++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 inherit cmake
29
30 @@ -20,7 +20,7 @@ else
31 fi
32 fi
33
34 -DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
35 +DESCRIPTION="Intel Media Driver for VA-API (iHD)"
36 HOMEPAGE="https://github.com/intel/media-driver"
37
38 LICENSE="MIT BSD redistributable? ( no-source-code )"