Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 0/1] remove the legasy musl profiles
Date: Thu, 12 Aug 2021 22:35:59
Message-Id: 20210812223544.479-1-williamh@gentoo.org
1 I spoke with several people on the #gentoo-hardened channel and no one
2 knows of any place where these profiles are being used.
3
4 I'll apply this patch early on Aug 16 UTC if no one objects.
5
6 William Hubbs (1):
7 profiles/hardened: remove the legasy musl profiles
8
9 profiles/hardened/linux/musl/eapi | 1 -
10 profiles/hardened/linux/musl/make.defaults | 5 -----
11 profiles/hardened/linux/musl/mips/eapi | 1 -
12 profiles/hardened/linux/musl/mips/mipsel/eapi | 1 -
13 profiles/hardened/linux/musl/mips/mipsel/parent | 2 --
14 profiles/hardened/linux/musl/mips/parent | 2 --
15 profiles/hardened/linux/musl/package.use.mask | 6 ------
16 profiles/hardened/linux/musl/use.force | 8 --------
17 profiles/hardened/linux/musl/use.mask | 17 -----------------
18 profiles/profiles.desc | 2 --
19 10 files changed, 45 deletions(-)
20 delete mode 100644 profiles/hardened/linux/musl/eapi
21 delete mode 100644 profiles/hardened/linux/musl/make.defaults
22 delete mode 100644 profiles/hardened/linux/musl/mips/eapi
23 delete mode 100644 profiles/hardened/linux/musl/mips/mipsel/eapi
24 delete mode 100644 profiles/hardened/linux/musl/mips/mipsel/parent
25 delete mode 100644 profiles/hardened/linux/musl/mips/parent
26 delete mode 100644 profiles/hardened/linux/musl/package.use.mask
27 delete mode 100644 profiles/hardened/linux/musl/use.force
28 delete mode 100644 profiles/hardened/linux/musl/use.mask
29
30 --
31 2.31.1

Replies