Versions
v2.1.1-r1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64
- USE flags
- static-libs test
v2.1.1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64
- USE flags
- static-libs test
USE flags
General
- static-libs
- Build static versions of dynamic libraries as well
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
acct-group / tss : Trusted Software Stack for TPMs group
acct-user / tss : Trusted Software Stack for TPMs user
app-crypt / tpm2-tss : TCG Trusted Platform Module 2.0 Software Stack
dev-libs / glib : The GLib library of C routines
dev-util / cmocka : Unit testing framework for C
sys-apps / dbus : A message bus system, a simple way for applications to talk to each other
Runtime Dependencies
app-crypt / tpm2-tss : TCG Trusted Platform Module 2.0 Software Stack
dev-libs / glib : The GLib library of C routines
sys-apps / dbus : A message bus system, a simple way for applications to talk to each other
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Salah Coronya · gentoo
app-crypt/tpm2-abrmd: Implement GLEP 81
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alon Bar-Lev · gentoo
app-crypt/tpm2-abrmd: version bump
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Alon Bar-Lev · gentoo
app-crypt/tpm2-abrmd: initial add
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11