diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 17:26:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 17:26:43 +0200 |
commit | 9d1f1ec6e334ea4b706d0047b9dcf9670cfa1394 (patch) | |
tree | a2e6ff93f86dae5bbac04b6d32c0a370843a2d00 /dev-ml/mmap | |
parent | dev-ml/base: Stabilize 0.15.1-r1 ppc64, #901515 (diff) | |
download | gentoo-9d1f1ec6e334ea4b706d0047b9dcf9670cfa1394.tar.gz gentoo-9d1f1ec6e334ea4b706d0047b9dcf9670cfa1394.tar.bz2 gentoo-9d1f1ec6e334ea4b706d0047b9dcf9670cfa1394.zip |
dev-ml/mmap: Stabilize 1.2.0-r1 ppc64, #901651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/mmap')
-rw-r--r-- | dev-ml/mmap/mmap-1.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/mmap/mmap-1.2.0-r1.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild index 8d52e050ae45..871ca21f81e6 100644 --- a/dev-ml/mmap/mmap-1.2.0-r1.ebuild +++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND="dev-ml/bigarray-compat:=" |