summaryrefslogtreecommitdiff
path: root/dev-lang/julia-bin/julia-bin-9999.ebuild
diff options
context:
space:
mode:
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