diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-29 14:38:10 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-29 17:40:18 -0700 |
commit | c7729e4f422099364ae7f1c78fcafe6b812a4264 (patch) | |
tree | 3466f787bd8c90614a200e671b092ce92090b3f3 /dev-libs | |
parent | sys-kernel/vanilla-sources-4.19.119: Version bump (diff) | |
download | gentoo-c7729e4f422099364ae7f1c78fcafe6b812a4264.tar.gz gentoo-c7729e4f422099364ae7f1c78fcafe6b812a4264.tar.bz2 gentoo-c7729e4f422099364ae7f1c78fcafe6b812a4264.zip |
dev-libs/clhpp: Stabilize
There was no need to drop stable keywords for -r1.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/clhpp/clhpp-2.0.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild b/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild index 2325c35bccc7..d7a61c4044f0 100644 --- a/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild +++ b/dev-libs/clhpp/clhpp-2.0.11-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${PV}.tar.gz -> $ LICENSE="Khronos-CLHPP" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="virtual/opencl" RDEPEND="${DEPEND}" |