summaryrefslogtreecommitdiff
path: root/dev-lang/julia-bin/julia-bin-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-23 14:44:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-23 14:44:46 +0100
commitcdfd4f0c915964d401cba19362c7dea8e89ad1da (patch)
treef6d313d1b57913d1309e00a578166e1e10fa6b8d /dev-lang/julia-bin/julia-bin-9999.ebuild
parent05a34d98821265bf73820931936f86704b9002c6 (diff)
gentoo auto-resync : 23:08:2022 - 14:44:46
Diffstat (limited to 'dev-lang/julia-bin/julia-bin-9999.ebuild')
-rw-r--r--dev-lang/julia-bin/julia-bin-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/julia-bin/julia-bin-9999.ebuild b/dev-lang/julia-bin/julia-bin-9999.ebuild
index 6bbced1a966e..def85bee0129 100644
--- a/dev-lang/julia-bin/julia-bin-9999.ebuild
+++ b/dev-lang/julia-bin/julia-bin-9999.ebuild
@@ -2,10 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
MY_PN=${PN/-bin/}
DESCRIPTION="High-performance programming language for technical computing"
HOMEPAGE="https://julialang.org/"
+S="${WORKDIR}/"
PROPERTIES="live"
MY_P=${MY_PN}-latest
@@ -13,16 +15,13 @@ SRC_URI=""
LICENSE="MIT"
SLOT="9999"
+RESTRICT="strip"
RDEPEND="app-arch/p7zip"
DEPEND="${RDEPEND}"
-RESTRICT="strip"
-
QA_PREBUILT="*"
-S="${WORKDIR}/"
-
src_unpack() {
NIGHTLIES_S3="https://julialangnightlies-s3.julialang.org/bin"
if use x86; then