Install this version:
emerge -a =dev-libs/mxml-2.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/mxml-2.11
Or alternatively:
emerge --autounmask-write -a =dev-libs/mxml-2.11
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SRC_URI="https://github.com/michaelrsweet/mxml/releases/download/v2.11/mxml-${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Tiny XML library"
HOMEPAGE="http://michaelrsweet.github.io/mxml"
LICENSE="LGPL-2"
SLOT="0"
IUSE=""
DEPEND=""
S="${WORKDIR}"
src_install() {
make DSTROOT="${D}" install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mxml-2.11.tar.gz | 9164003 bytes | https://github.com/michaelrsweet/mxml/releases/download/v2.11/mxml-2.11.tar.gz |