Install this version:
emerge -a =x11-libs/libevdi-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-libs/libevdi-9999
Or alternatively:
emerge --autounmask-write -a =x11-libs/libevdi-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/DisplayLink/evdi.git"
else
MY_PN="evdi"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/DisplayLink/evdi/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
fi
S="${S}/library"
DESCRIPTION="Library for managing screens"
HOMEPAGE="https://github.com/DisplayLink/evdi"
LICENSE="LGPL-2.1"
SLOT="0"
DEPEND="x11-drivers/evdi"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
emake install DESTDIR="${D}" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
doheader "${S}/evdi_lib.h"
}
x11-drivers/evdi
x11-drivers/evdi