Install this version:
emerge -a =dev-tex/rmligs-0.87
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-tex/rmligs-0.87
Or alternatively:
emerge --autounmask-write -a =dev-tex/rmligs-0.87
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Removes incorrectly used ligatures from LaTeX documents"
HOMEPAGE="https://ctan.org/tex-archive/support/rmligs"
SRC_URI="http://mirrors.ctan.org/support/rmligs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin ${PN}
dodoc README Changes BUGS
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rmligs-0.87.tar.gz | 19028 bytes | http://mirrors.ctan.org/support/rmligs/rmligs-0.87.tar.gz |