diff options
author | Sam James <sam@gentoo.org> | 2021-10-14 04:23:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-14 04:23:50 +0100 |
commit | 79dcab84310d787cb4cc4f01b4882143d643d94e (patch) | |
tree | 872a5df12567e62ca41168e264711245d276fd24 /dev-ml/seq | |
parent | dev-ml/rresult: Stabilize 0.6.0 arm, #817740 (diff) | |
download | gentoo-79dcab84310d787cb4cc4f01b4882143d643d94e.tar.gz gentoo-79dcab84310d787cb4cc4f01b4882143d643d94e.tar.bz2 gentoo-79dcab84310d787cb4cc4f01b4882143d643d94e.zip |
dev-ml/seq: Stabilize 0.2.2 arm, #817743
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/seq')
-rw-r--r-- | dev-ml/seq/seq-0.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/seq/seq-0.2.2.ebuild b/dev-ml/seq/seq-0.2.2.ebuild index e12f37cfbb1e..2f4f1e6fa6e4 100644 --- a/dev-ml/seq/seq-0.2.2.ebuild +++ b/dev-ml/seq/seq-0.2.2.ebuild @@ -11,5 +11,5 @@ SRC_URI="https://github.com/c-cube/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" |