Install this version:
emerge -a =app-misc/eid-mw-sdk-c-0.4.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/eid-mw-sdk-c-0.4.2
Or alternatively:
emerge --autounmask-write -a =app-misc/eid-mw-sdk-c-0.4.2
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit autotools
DESCRIPTION="GNU package that show how to use libbeidpkcs11 and the autotools with eid-mw"
HOMEPAGE="https://github.com/linuxunderground/eid-mw-sdk-c"
SRC_URI="https://codeload.github.com/linuxunderground/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="jpeg"
RDEPEND="app-crypt/eid-mw
jpeg? ( media-libs/libjpeg-turbo:= )"
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf $(use_enable jpeg)
}
Manage flags for this package:
euse -i <flag> -p app-misc/eid-mw-sdk-c |
euse -E <flag> -p app-misc/eid-mw-sdk-c |
euse -D <flag> -p app-misc/eid-mw-sdk-c
app-crypt/eid-mw jpeg? ( media-libs/libjpeg-turbo:= )
app-crypt/eid-mw jpeg? ( media-libs/libjpeg-turbo:= )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | eid-mw-sdk-c-0.4.2.tar.gz | 13299 bytes | https://codeload.github.com/linuxunderground/eid-mw-sdk-c/tar.gz/v0.4.2 |