Hello,
On Thu, 02 Sep 2021, David Haller wrote:
>On Thu, 02 Sep 2021, Neil Bothwick wrote:
>>Yes it does, but only on the testing version. If you are running stable,
>>you won't have it.
>
>I beg to differ on that point:
>
>$ cd $(portageq get_repo_path / gentoo)
>$ for f in sys-libs/glibc/glibc-*.ebuild; do \
> if grep -q 'KEYW.* amd64' "$f"; then \
> printf "${f##*\/}:"; \
> sed -n -e 's/IUSE.*\( +\?crypt \).*/\1/p' "$f"; \
> fi; \
> done
>glibc-2.25-r11.ebuild:glibc-2.30-r9.ebuild: +crypt
>glibc-2.31-r7.ebuild: +crypt
>glibc-2.32-r8.ebuild: +crypt
>glibc-2.33-r1.ebuild: +crypt
>glibc-2.33.ebuild: +crypt
>
>$ [same as above but with 'KEYW.* ~amd64']:
>glibc-2.33-r6.ebuild: +crypt
>glibc-2.33-r7.ebuild: +crypt
>glibc-2.34.ebuild: +crypt
>glibc-9999.ebuild: +crypt
>
>Repo synced earlier today.
Ah yes, of course there is this:
$ grep -r sys-libs/glibc.*crypt profiles/
profiles/base/package.use.force:<sys-libs/glibc-2.33-r2 crypt
profiles/base/package.use.mask:>=sys-libs/glibc-2.33-r2 crypt
-dnh
--
panic("huh?\n");
linux-2.2.16/arch/i386/kernel/smp.c