Install this version:
emerge -a =app-emacs/haml-mode-3.1.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/haml-mode-3.1.9
Or alternatively:
emerge --autounmask-write -a =app-emacs/haml-mode-3.1.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.9 | 7 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
IUSE=""
DESCRIPTION="A major mode for editing HAML"
HOMEPAGE="https://github.com/nex3/haml-mode"
SRC_URI="https://github.com/nex3/haml-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
RDEPEND=">=app-emacs/haml-mode-3.0.15"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | haml-mode-3.1.9.tar.gz | 10306 bytes | https://github.com/nex3/haml-mode/archive/3.1.9.tar.gz |