Install this version:
emerge -a =dev-lisp/asdf-flv-20230912
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lisp/asdf-flv-20230912
Or alternatively:
emerge --autounmask-write -a =dev-lisp/asdf-flv-20230912
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit common-lisp-3
COMMIT="3f1de416f7f40a39c47f08335c710a884ece36b3"
DESCRIPTION="ASDF extension to provide support for file-local variables"
HOMEPAGE="https://github.com/didierverna/asdf-flv"
SRC_URI="https://github.com/didierverna/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="FSFAP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-lisp/asdf"
src_prepare() {
default
mv {net.didierverna.,}asdf-flv.asd || die "mv failed"
sed -i -e 's/net\.didierverna\.//g' asdf-flv.asd asdf-flv.lisp \
package.lisp || die "sed failed"
}
dev-lisp/asdf
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | asdf-flv-20230912.tar.gz | 2361 bytes | https://github.com/didierverna/asdf-flv/archive/3f1de416f7f40a39c47f08335c710a884ece36b3.tar.gz |