Install this version:
emerge -a =dev-ml/curses-1.0.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/curses-1.0.12
Or alternatively:
emerge --autounmask-write -a =dev-ml/curses-1.0.12
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Bindings to ncurses"
HOMEPAGE="https://github.com/mbacarella/curses"
SRC_URI="https://github.com/mbacarella/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
BDEPEND="dev-ml/dune-configurator"
Manage flags for this package:
euse -i <flag> -p dev-ml/curses |
euse -E <flag> -p dev-ml/curses |
euse -D <flag> -p dev-ml/curses
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | curses-1.0.12.tar.gz | 31973 bytes | https://github.com/mbacarella/curses/archive/refs/tags/1.0.12.tar.gz |