diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 15:47:23 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 15:47:23 +0200 |
commit | 687ca13af34c2a827df037d3d567b6aade408f9e (patch) | |
tree | 8b8799da73d02d5d724f74333c4114dce8324f45 /dev-ml/textutils | |
parent | dev-ml/async_unix: stabilize 0.15.0 for amd64 (diff) | |
download | gentoo-687ca13af34c2a827df037d3d567b6aade408f9e.tar.gz gentoo-687ca13af34c2a827df037d3d567b6aade408f9e.tar.bz2 gentoo-687ca13af34c2a827df037d3d567b6aade408f9e.zip |
dev-ml/textutils: stabilize 0.15.0 for amd64
Bug: https://bugs.gentoo.org/901715
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/textutils')
-rw-r--r-- | dev-ml/textutils/textutils-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild index 6c65f41a22db..72aeea6c43e7 100644 --- a/dev-ml/textutils/textutils-0.15.0.ebuild +++ b/dev-ml/textutils/textutils-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 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt" RDEPEND=" |