diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-09-14 18:16:55 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-09-14 18:17:38 +0100 |
commit | ab552dc8475f774cf689793c66c83b27b8503d21 (patch) | |
tree | a9bdfd640dff0ea4353fbcdbee16807b446cc900 /dev-util/clion | |
parent | dev-util/idea-community: Fix typo (diff) | |
download | gentoo-ab552dc8475f774cf689793c66c83b27b8503d21.tar.gz gentoo-ab552dc8475f774cf689793c66c83b27b8503d21.tar.bz2 gentoo-ab552dc8475f774cf689793c66c83b27b8503d21.zip |
dev-util/clion: don't install aarch64 libraries
Closes: https://bugs.gentoo.org/869659
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-util/clion')
-rw-r--r-- | dev-util/clion/clion-2022.2.1-r1.ebuild (renamed from dev-util/clion/clion-2022.2.1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/clion/clion-2022.2.1.ebuild b/dev-util/clion/clion-2022.2.1-r1.ebuild index 30e78ada931f..a0bb07fec4df 100644 --- a/dev-util/clion/clion-2022.2.1.ebuild +++ b/dev-util/clion/clion-2022.2.1-r1.ebuild @@ -71,6 +71,7 @@ src_prepare() { lib/pty4j-native/linux/mips64el lib/pty4j-native/linux/ppc64le plugins/remote-dev-server/selfcontained + plugins/cwm-plugin/quiche-native/linux-aarch64 ) use amd64 || remove_me+=( lib/pty4j-native/linux/x86_64 ) |