Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/
Date: Tue, 21 Sep 2021 06:35:47
Message-Id: 1632206135.11813e6e8d5fa481850f5e9dc9e0916d96a40491.ago@gentoo
1 commit: 11813e6e8d5fa481850f5e9dc9e0916d96a40491
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 06:34:28 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 06:35:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11813e6e
7
8 media-libs/gmmlib: amd64 stable wrt bug #813726
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-libs/gmmlib/gmmlib-21.2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/gmmlib/gmmlib-21.2.1.ebuild b/media-libs/gmmlib/gmmlib-21.2.1.ebuild
18 index 4e796e2186d..daef825f99e 100644
19 --- a/media-libs/gmmlib/gmmlib-21.2.1.ebuild
20 +++ b/media-libs/gmmlib/gmmlib-21.2.1.ebuild
21 @@ -22,7 +22,7 @@ if [[ ${PV} == *9999 ]] ; then
22 else
23 SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
24 S="${WORKDIR}/${PN}-intel-${P}"
25 - KEYWORDS="~amd64"
26 + KEYWORDS="amd64"
27 fi
28
29 LICENSE="MIT"