Skip to content

Commit

Permalink
dev-lang/julia-bin: remove blocker on dev-lang/julia
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
tamiko committed Jan 3, 2022
1 parent 9171ad3 commit ff9bd5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
7 changes: 2 additions & 5 deletions dev-lang/julia-bin/julia-bin-1.6.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -25,10 +25,7 @@ SLOT="${MY_PV}"
KEYWORDS="-* ~amd64 ~x86"
IUSE="elibc_glibc"

RDEPEND="
!dev-lang/julia
app-arch/p7zip
"
RDEPEND="app-arch/p7zip"
DEPEND="${RDEPEND}"

RESTRICT="strip"
Expand Down
5 changes: 1 addition & 4 deletions dev-lang/julia-bin/julia-bin-1.6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ SLOT="${MY_PV}"
KEYWORDS="-* ~amd64 ~x86"
IUSE="elibc_glibc"

RDEPEND="
!dev-lang/julia
app-arch/p7zip
"
RDEPEND="app-arch/p7zip"
DEPEND="${RDEPEND}"

RESTRICT="strip"
Expand Down
5 changes: 1 addition & 4 deletions dev-lang/julia-bin/julia-bin-1.7.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ SLOT="${MY_PV}"
KEYWORDS="-* ~amd64 ~x86"
IUSE="elibc_glibc"

RDEPEND="
!dev-lang/julia
app-arch/p7zip
"
RDEPEND="app-arch/p7zip"
DEPEND="${RDEPEND}"

RESTRICT="strip"
Expand Down
4 changes: 1 addition & 3 deletions dev-lang/julia-bin/julia-bin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ SRC_URI=""
LICENSE="MIT"
SLOT="9999"

RDEPEND="!dev-lang/julia
app-arch/p7zip
"
RDEPEND="app-arch/p7zip"
DEPEND="${RDEPEND}"

RESTRICT="strip"
Expand Down

0 comments on commit ff9bd5f

Please sign in to comment.