diff options
author | Sam James <sam@gentoo.org> | 2022-03-07 01:59:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-07 01:59:37 +0000 |
commit | 789570aad003d0aad0f6859e84298b470ff87edc (patch) | |
tree | 28b9a7f2ca109cf24aef41b4823628799f5ce7bf /dev-libs | |
parent | sys-devel/clang-runtime: Stabilize 13.0.1 amd64, #833209 (diff) | |
download | gentoo-789570aad003d0aad0f6859e84298b470ff87edc.tar.gz gentoo-789570aad003d0aad0f6859e84298b470ff87edc.tar.bz2 gentoo-789570aad003d0aad0f6859e84298b470ff87edc.zip |
dev-libs/libclc: Stabilize 13.0.1 amd64, #833209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libclc/libclc-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libclc/libclc-13.0.1.ebuild b/dev-libs/libclc/libclc-13.0.1.ebuild index cec7df262645..8c385a0c2f8c 100644 --- a/dev-libs/libclc/libclc-13.0.1.ebuild +++ b/dev-libs/libclc/libclc-13.0.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://libclc.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi" IUSE="${IUSE_VIDEO_CARDS}" REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )" |