diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 08:36:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 08:36:32 +0200 |
commit | a4f9c83a0162a1b7bdbcf18d99d00096c12d199b (patch) | |
tree | adcaf4655cba749fe0901f5bb50d6830169fef22 /dev-lang/crystal | |
parent | net-misc/chrony: Stabilize 4.3-r4 ppc, #899344 (diff) | |
download | gentoo-a4f9c83a0162a1b7bdbcf18d99d00096c12d199b.tar.gz gentoo-a4f9c83a0162a1b7bdbcf18d99d00096c12d199b.tar.bz2 gentoo-a4f9c83a0162a1b7bdbcf18d99d00096c12d199b.zip |
dev-lang/crystal: Stabilize 1.5.0 amd64, #899196
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/crystal')
-rw-r--r-- | dev-lang/crystal/crystal-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/crystal/crystal-1.5.0.ebuild b/dev-lang/crystal/crystal-1.5.0.ebuild index e9910a759290..b7f5bd44b8ac 100644 --- a/dev-lang/crystal/crystal-1.5.0.ebuild +++ b/dev-lang/crystal/crystal-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> ${P}.ta LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc debug llvm-libunwind" # Upstream test suite not reliable |