Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/
Date: Thu, 30 Apr 2020 00:40:40
Message-Id: 1588207218.c7729e4f422099364ae7f1c78fcafe6b812a4264.mattst88@gentoo
1 commit: c7729e4f422099364ae7f1c78fcafe6b812a4264
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 21:38:10 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 00:40:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7729e4f
7
8 dev-libs/clhpp: Stabilize
9
10 There was no need to drop stable keywords for -r1.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-libs/clhpp/clhpp-2.0.11-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild b/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild
18 index 2325c35bccc..d7a61c4044f 100644
19 --- a/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild
20 +++ b/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${PV}.tar.gz -> $
22
23 LICENSE="Khronos-CLHPP"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="amd64 x86"
27
28 DEPEND="virtual/opencl"
29 RDEPEND="${DEPEND}"