diff options
author | Sam James <sam@gentoo.org> | 2021-11-07 02:58:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-07 02:58:16 +0000 |
commit | 2c3245da6eb70224f93c3a8db241834c4d6c5841 (patch) | |
tree | 53c8197ed0a01fb8bee2b1c24a4772f3722bb9e6 /dev-libs/libclc | |
parent | games-emulation/vbam: fix build on arm(64) (diff) | |
download | gentoo-2c3245da6eb70224f93c3a8db241834c4d6c5841.tar.gz gentoo-2c3245da6eb70224f93c3a8db241834c4d6c5841.tar.bz2 gentoo-2c3245da6eb70224f93c3a8db241834c4d6c5841.zip |
dev-libs/libclc: Stabilize 13.0.0 amd64, #822147
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libclc')
-rw-r--r-- | dev-libs/libclc/libclc-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libclc/libclc-13.0.0.ebuild b/dev-libs/libclc/libclc-13.0.0.ebuild index fcd1b8909c48..843bba416feb 100644 --- a/dev-libs/libclc/libclc-13.0.0.ebuild +++ b/dev-libs/libclc/libclc-13.0.0.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} )" |