diff options
author | Sam James <sam@gentoo.org> | 2021-10-13 21:36:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-13 21:36:27 +0100 |
commit | 83841254318b7a5b901c340015e65c3b0db6fbec (patch) | |
tree | 0714aabb4742c48bcf41ef2170ebfa0510807ca2 /dev-ml/seq | |
parent | dev-ml/rresult: Stabilize 0.6.0 arm64, #817740 (diff) | |
download | gentoo-83841254318b7a5b901c340015e65c3b0db6fbec.tar.gz gentoo-83841254318b7a5b901c340015e65c3b0db6fbec.tar.bz2 gentoo-83841254318b7a5b901c340015e65c3b0db6fbec.zip |
dev-ml/seq: Stabilize 0.2.2 arm64, #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 0e50f4101b32..e12f37cfbb1e 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" |