Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-gbm/
Date: Wed, 09 Feb 2022 15:34:02
Message-Id: 1644420723.944f6ba637210512c139f04178c2ad6365666bd2.ionen@gentoo
1 commit: 944f6ba637210512c139f04178c2ad6365666bd2
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 15:22:39 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 15:32:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944f6ba6
7
8 gui-libs/egl-gbm: stabilize 1.1.0 for amd64
9
10 Not needed in stable yet but it simplifies things for users
11 that commonly accept_keywords ~arch nvidia-drivers.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 gui-libs/egl-gbm/egl-gbm-1.1.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/gui-libs/egl-gbm/egl-gbm-1.1.0.ebuild b/gui-libs/egl-gbm/egl-gbm-1.1.0.ebuild
19 index 4d1b664b6bb7..97fb97952455 100644
20 --- a/gui-libs/egl-gbm/egl-gbm-1.1.0.ebuild
21 +++ b/gui-libs/egl-gbm/egl-gbm-1.1.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2021 Gentoo Authors
24 +# Copyright 2021-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/NVIDIA/egl-gbm/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="~amd64"
33 +KEYWORDS="amd64"
34
35 RDEPEND="
36 >=media-libs/mesa-21.2[gbm(+)]