diff options
author | Sam James <sam@gentoo.org> | 2020-07-17 00:47:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-17 00:47:52 +0000 |
commit | cb8ecaabdb25704942904168659e1dc104ac403c (patch) | |
tree | daf8f51408d03917a126e4744a0e85f20634cfd8 /dev-util/idea-community | |
parent | media-video/ffmpeg: arm stable (bug #727450) (diff) | |
download | gentoo-cb8ecaabdb25704942904168659e1dc104ac403c.tar.gz gentoo-cb8ecaabdb25704942904168659e1dc104ac403c.tar.bz2 gentoo-cb8ecaabdb25704942904168659e1dc104ac403c.zip |
dev-util/idea-community: arm64 keyworded (bug #729804)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/idea-community')
-rw-r--r-- | dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild b/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild index 7c374ac31a95..97ec35a8801d 100644 --- a/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild +++ b/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild @@ -20,11 +20,11 @@ JRE_VER="1483.37" if [[ "$(ver_cut 7)"x = "prex" ]] then # upstream EAP - KEYWORDS="" + KEYWORDS="~arm64" SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz" else # upstream stable - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}-no-jbr.tar.gz -> ${MY_PN}IC-${PV_STRING}.tar.gz jbr8? ( x86? ( https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz -> jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz ) amd64? ( https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz -> jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz ) ) |