diff options
author | 2024-02-23 08:46:01 +0100 | |
---|---|---|
committer | 2024-03-29 09:50:57 +0200 | |
commit | 6b8674c4bad46905b331a5fea194be7a88ed5575 (patch) | |
tree | f978d8e411ef11cab0b0c65ea5a7473955bc31c6 /dev-lang/elixir | |
parent | dev-debug/pwndbg: remove redundant sed calls (diff) | |
download | gentoo-6b8674c4bad46905b331a5fea194be7a88ed5575.tar.gz gentoo-6b8674c4bad46905b331a5fea194be7a88ed5575.tar.bz2 gentoo-6b8674c4bad46905b331a5fea194be7a88ed5575.zip |
dev-lang/elixir: 1.14.5-r1: bump dependency to <erlang-26.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang/elixir')
-rw-r--r-- | dev-lang/elixir/elixir-1.14.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/elixir/elixir-1.14.5-r1.ebuild b/dev-lang/elixir/elixir-1.14.5-r1.ebuild index 9bba653e0598..359bc83d8d81 100644 --- a/dev-lang/elixir/elixir-1.14.5-r1.ebuild +++ b/dev-lang/elixir/elixir-1.14.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" # https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp DEPEND=" >=dev-lang/erlang-23:0=[ssl] - <dev-lang/erlang-26 + <dev-lang/erlang-26.1 " # 'mix' tool collides with sci-biology/phylip, bug #537514 RDEPEND="${DEPEND} |