diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 21:38:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 21:38:41 +0000 |
commit | dffa9b4bd4c05509f31ddd5a0127e2e7ea3df774 (patch) | |
tree | 5590e833ef3addf0687f60d1a06bfd6a14fe7372 /dev-lang/erlang | |
parent | dev-ruby/warning: Stabilize 1.3.0 amd64, #911004 (diff) | |
download | gentoo-dffa9b4bd4c05509f31ddd5a0127e2e7ea3df774.tar.gz gentoo-dffa9b4bd4c05509f31ddd5a0127e2e7ea3df774.tar.bz2 gentoo-dffa9b4bd4c05509f31ddd5a0127e2e7ea3df774.zip |
dev-lang/erlang: Stabilize 26.0 x86, #915170
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/erlang')
-rw-r--r-- | dev-lang/erlang/erlang-26.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/erlang/erlang-26.0.ebuild b/dev-lang/erlang/erlang-26.0.ebuild index 8a25ec2b96e3..69fd2d8496d2 100644 --- a/dev-lang/erlang/erlang-26.0.ebuild +++ b/dev-lang/erlang/erlang-26.0.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=7 @@ -22,7 +22,7 @@ LICENSE="Apache-2.0" # same build of ERTS that was used when compiling the code. See # http://erlang.org/doc/system_principles/misc.html for more information. SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc emacs java +kpoll odbc sctp ssl systemd tk wxwidgets" RDEPEND=" |