Install this version:
emerge -a =dev-libs/dstu-engine-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/dstu-engine-9999
Or alternatively:
emerge --autounmask-write -a =dev-libs/dstu-engine-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://github.com/dstucrypt/${PN}.git"
inherit cmake git-r3
DESCRIPTION="OpenSSL engine for DSTU 4145"
HOMEPAGE="https://github.com/dstucrypt/dstu-engine"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-libs/openssl:0/3"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( {ChangeLog,README}.md )
src_configure() {
local mycmakeargs=(
-DBUILD_TESTS="$(usex test)"
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-libs/dstu-engine |
euse -E <flag> -p dev-libs/dstu-engine |
euse -D <flag> -p dev-libs/dstu-engine
dev-libs/openssl:0/3
dev-libs/openssl:0/3
virtual/pkgconfig