Install this version:
emerge -a =app-misc/run-mailcap-3.69
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/run-mailcap-3.69
Or alternatively:
emerge --autounmask-write -a =app-misc/run-mailcap-3.69
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Run a program specified in the mailcap file based on a mime type"
HOMEPAGE="https://salsa.debian.org/debian/mailcap"
SRC_URI="http://deb.debian.org/debian/pool/main/m/mailcap/mailcap_${PV}.tar.xz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-lang/perl"
BDEPEND=""
S="$WORKDIR/mailcap"
src_install() {
dobin run-mailcap
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mailcap_3.69.tar.xz | 26644 bytes | http://deb.debian.org/debian/pool/main/m/mailcap/mailcap_3.69.tar.xz |