Install this version:
emerge -a =app-cdr/mdf2iso-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-cdr/mdf2iso-9999
Or alternatively:
emerge --autounmask-write -a =app-cdr/mdf2iso-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
EAPI=8
inherit autotools git-r3
DESCRIPTION="Converts Alcohol 120% .mdf files to .iso files"
HOMEPAGE="https://salsa.debian.org/debian/mdf2iso"
EGIT_REPO_URI="https://salsa.debian.org/debian/mdf2iso.git"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS=""
IUSE=""
#RESTRICT="strip"
#RDEPEND=""
#DEPEND="${RDEPEND}"
#BDEPEND="virtual/pkgconfig"
src_configure() {
econf
}
src_compile() {
emake
}
src_install() {
emake DESTDIR="${D}" install
}