diff options
author | Sam James <sam@gentoo.org> | 2023-04-30 01:21:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-30 01:21:29 +0100 |
commit | 32f60da03064695c7d084b35dbb3025a3812834d (patch) | |
tree | a21e016757bb198436491f58b512a09a0948fe97 /dev-ml | |
parent | dev-ml/timezone: Stabilize 0.15.0 arm64, #901665 (diff) | |
download | gentoo-32f60da03064695c7d084b35dbb3025a3812834d.tar.gz gentoo-32f60da03064695c7d084b35dbb3025a3812834d.tar.bz2 gentoo-32f60da03064695c7d084b35dbb3025a3812834d.zip |
dev-ml/timezone: Stabilize 0.15.0 x86, #901665
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/timezone/timezone-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/timezone/timezone-0.15.0.ebuild b/dev-ml/timezone/timezone-0.15.0.ebuild index 1256a9f0b1a6..c358bcf6a322 100644 --- a/dev-ml/timezone/timezone-0.15.0.ebuild +++ b/dev-ml/timezone/timezone-0.15.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" IUSE="+ocamlopt" RDEPEND="dev-ml/core:${SLOT}" |