Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ocl-icd/
Date: Thu, 14 May 2020 21:29:45
Message-Id: 1589491768.079678d39506a66ccbef586e0e017fd78600ad91.whissi@gentoo
1 commit: 079678d39506a66ccbef586e0e017fd78600ad91
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 21:21:39 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 21:29:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079678d3
7
8 dev-libs/ocl-icd: x86 stable (bug #721674)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/ocl-icd/ocl-icd-2.2.12-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/ocl-icd/ocl-icd-2.2.12-r3.ebuild b/dev-libs/ocl-icd/ocl-icd-2.2.12-r3.ebuild
17 index efbc9bb4b36..73e2edae5f4 100644
18 --- a/dev-libs/ocl-icd/ocl-icd-2.2.12-r3.ebuild
19 +++ b/dev-libs/ocl-icd/ocl-icd-2.2.12-r3.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/OCL-dev/ocl-icd"
21 SRC_URI="https://github.com/OCL-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26
27 # Does nothing now but by keeping it here we avoid having to have virtual/opencl
28 # handle ebuilds both with and without this flag.