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-drivers/xf86-video-amdgpu/
Date: Wed, 23 Feb 2022 18:53:02
Message-Id: 1645642368.dea3487b0efacae4767005a641646fd5bb1f9537.mattst88@gentoo
1 commit: dea3487b0efacae4767005a641646fd5bb1f9537
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 18:51:20 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 18:52:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea3487b
7
8 x11-drivers/xf86-video-amdgpu: Version bump to 22.0.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-amdgpu/Manifest | 1 +
13 ...xf86-video-amdgpu-9999.ebuild => xf86-video-amdgpu-22.0.0.ebuild} | 5 +++--
14 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 5 +++--
15 3 files changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest
18 index ca59467c0c11..8c8fe3cebf0b 100644
19 --- a/x11-drivers/xf86-video-amdgpu/Manifest
20 +++ b/x11-drivers/xf86-video-amdgpu/Manifest
21 @@ -1 +1,2 @@
22 DIST xf86-video-amdgpu-21.0.0.tar.bz2 448400 BLAKE2B c7a90606b37b646b946f76d083b3d59755df331ffb7e83e4e65a821a8c0e556504b20207d6bb86e80ea98646184549b6388727df543e1e2cbab37600e243fa72 SHA512 44ccc8ddc36f09d1608cf58b6cf85dda090671c46c5643e9453f7d67f4d6850c3c9753eba43539d45773198b8042898a50153b5225780e4b2852410c5521314a
23 +DIST xf86-video-amdgpu-22.0.0.tar.xz 376956 BLAKE2B 30936b45cce499791272e9194d5180c208e5159d1b3643ce6f261b2e92a30127a55096cdb07391cb4e91b9b47bbc9a4c5673ee66bdca5cd6f86fc74c7e3d6077 SHA512 95c64e3fef7729ced6e7adc5e81c60cc218f6d8b6604f7b290e86ff52c917426b5102decbf8be8a66c9181ccde6e5dff7083dca8cc0c493a39e82625b5c7cb2a
24
25 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild
26 similarity index 83%
27 copy from x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
28 copy to x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild
29 index 813a3cda17ac..1ec692c83e1c 100644
30 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
31 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild
32 @@ -1,14 +1,15 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 XORG_DRI="always"
39 +XORG_TARBALL_SUFFIX="xz"
40 inherit xorg-3
41
42 if [[ ${PV} == 9999* ]]; then
43 SRC_URI=""
44 else
45 - KEYWORDS="~amd64 ~ppc64 ~x86"
46 + KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
47 fi
48
49 DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
50
51 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
52 index 813a3cda17ac..1ec692c83e1c 100644
53 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
54 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
55 @@ -1,14 +1,15 @@
56 -# Copyright 1999-2021 Gentoo Authors
57 +# Copyright 1999-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61 XORG_DRI="always"
62 +XORG_TARBALL_SUFFIX="xz"
63 inherit xorg-3
64
65 if [[ ${PV} == 9999* ]]; then
66 SRC_URI=""
67 else
68 - KEYWORDS="~amd64 ~ppc64 ~x86"
69 + KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
70 fi
71
72 DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"