diff options
author | Jan Vesely <jano.vesely@gmail.com> | 2018-06-12 10:12:53 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-14 16:32:13 +0200 |
commit | af3646c75ee33b91dd85c1c2624dcb457d8885eb (patch) | |
tree | 5e170c1f22bca96875acc465643d30044b835f8c /dev-libs/libclc | |
parent | dev-libs/libclc: Make use of VIDEO_CARDS use flags (diff) | |
download | gentoo-af3646c75ee33b91dd85c1c2624dcb457d8885eb.tar.gz gentoo-af3646c75ee33b91dd85c1c2624dcb457d8885eb.tar.bz2 gentoo-af3646c75ee33b91dd85c1c2624dcb457d8885eb.zip |
dev-libs/libclc: Drop ~arm64 keyword
It does not allow any of the required video_cards useflags
Closes: https://github.com/gentoo/gentoo/pull/8794
Diffstat (limited to 'dev-libs/libclc')
-rw-r--r-- | dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild index 41bd87a99224..c7b0adde63bf 100644 --- a/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild +++ b/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild @@ -30,7 +30,7 @@ fi LICENSE="|| ( MIT BSD )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~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} )" |