Created attachment 867335 [details] dev-libs/softhsm pkgcheck output for the libressl overlay In the Gentoo libressl overlay dev-libs/softhsm-2.6.1-r2 uses dev-libs/botan instead of dev-libs/openssl to avoid build issues in the same way OpenBSD does. However the version of dev-libs/softhsm in the ::gentoo repo added the s390 keyword where when I try to add that to the version in the ::libressl repo pkgcheck complains because dev-libs/botan lacks the s390 keyword. FAILURES dev-libs/softhsm NonsolvableDepsInStable: version 2.6.1-r2: nonsolvable depset(depend) keyword(~s390) stable profile (default/linux/s390/17.0) (8 total): solutions: [ dev-libs/botan ] NonsolvableDepsInStable: version 2.6.1-r2: nonsolvable depset(rdepend) keyword(~s390) stable profile (default/linux/s390/17.0) (8 total): solutions: [ dev-libs/botan ] Can the keyword also be added for dev-libs/botan?
Created attachment 867336 [details] Diff of dev-libs/softhm in the libressl overlay with the version in the Gentoo repo.
Created attachment 867337 [details] Problematic commit to add the s390 keyword to dev-libs/softhsm in the liberssl overlay.
We should update our ebuild in ::gentoo to allow botan as well once this is done.
s390 done all arches done
Fwiw I ran into a roadblock with adding dev-libs/botan support to the dev-libs/softhsm ebuild in the ::gentoo repo. https://github.com/opendnssec/SoftHSMv2/issues/719