Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SNAFU
Date: Thu, 02 Sep 2021 21:50:22
Message-Id: 20210902214940.l5xjziwnube2h3xo@grusum.endjinn.de
In Reply to: Re: [gentoo-user] SNAFU by Neil Bothwick
1 Hello,
2
3 On Thu, 02 Sep 2021, Neil Bothwick wrote:
4 >Yes it does, but only on the testing version. If you are running stable,
5 >you won't have it.
6
7 I beg to differ on that point:
8
9 $ cd $(portageq get_repo_path / gentoo)
10 $ for f in sys-libs/glibc/glibc-*.ebuild; do \
11 if grep -q 'KEYW.* amd64' "$f"; then \
12 printf "${f##*\/}:"; \
13 sed -n -e 's/IUSE.*\( +\?crypt \).*/\1/p' "$f"; \
14 fi; \
15 done
16 glibc-2.25-r11.ebuild:glibc-2.30-r9.ebuild: +crypt
17 glibc-2.31-r7.ebuild: +crypt
18 glibc-2.32-r8.ebuild: +crypt
19 glibc-2.33-r1.ebuild: +crypt
20 glibc-2.33.ebuild: +crypt
21
22 $ [same as above but with 'KEYW.* ~amd64']:
23 glibc-2.33-r6.ebuild: +crypt
24 glibc-2.33-r7.ebuild: +crypt
25 glibc-2.34.ebuild: +crypt
26 glibc-9999.ebuild: +crypt
27
28 Repo synced earlier today.
29
30 HTH,
31 -dnh
32
33 --
34 printk(KERN_ERR "happy meal: Eieee, rx config register gets greasy fries.\n");
35 linux-2.6.19/drivers/net/sunhme.c

Replies

Subject Author
Re: [gentoo-user] SNAFU David Haller <gentoo@×××××××.de>
Re: [gentoo-user] SNAFU Neil Bothwick <neil@××××××××××.uk>