Install this version:
emerge -a =app-emacs/flycheck-racket-review-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/flycheck-racket-review-9999
Or alternatively:
emerge --autounmask-write -a =app-emacs/flycheck-racket-review-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GH_DOM="github.com"
GH_REPO="Bogdanp/racket-review"
NEED_EMACS=24.1
inherit gh elisp
DESCRIPTION="Flycheck checker for Racket source code using racket-review"
HOMEPAGE="https://github.com/Bogdanp/racket-review"
S="${S}/elisp"
LICENSE="BSD"
SLOT="0"
SITEFILE="50${PN}-gentoo.el"
BDEPEND="app-emacs/flycheck"
RDEPEND="
dev-racket/review
${BDEPEND}
"
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}