diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-10 08:29:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-10 09:16:14 +0100 |
commit | 1b709a29a55278e17ecd1d0fd8df91f2021b3845 (patch) | |
tree | ca2eaccc6e756327bba61768676659255b53bc30 /profiles/hardened | |
parent | dev-ruby/rdoc: use ruby_get_use_implementations (diff) | |
download | gentoo-1b709a29a55278e17ecd1d0fd8df91f2021b3845.tar.gz gentoo-1b709a29a55278e17ecd1d0fd8df91f2021b3845.tar.bz2 gentoo-1b709a29a55278e17ecd1d0fd8df91f2021b3845.zip |
profiles: drop deprecated default and hardened musl profiles
Deteched by pkgcheck as:
UnusedProfileDirs: [ default/linux/musl/arm, default/linux/musl/x86, hardened/linux/musl/arm ]
These profiles were deprecated and removed from profiles.desc
in commit fbe6d7bdaa09dc1839a43ecf57f3b34a6a712a99:
"""
Author: Anthony G. Basile <blueness@gentoo.org>
Date: Wed Apr 10 16:38:10 2019 -0400
profiles: deprecate old arm/arm64/ppc/x86 musl profiles
"""
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/arm/armv7a/deprecated | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/arm/armv7a/eapi | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/arm/armv7a/parent | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/arm/eapi | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/profiles/hardened/linux/musl/arm/armv7a/deprecated b/profiles/hardened/linux/musl/arm/armv7a/deprecated deleted file mode 100644 index 97118bd98bd2..000000000000 --- a/profiles/hardened/linux/musl/arm/armv7a/deprecated +++ /dev/null @@ -1 +0,0 @@ -default/linux/arm/17.0/musl/armv7a/hardened diff --git a/profiles/hardened/linux/musl/arm/armv7a/eapi b/profiles/hardened/linux/musl/arm/armv7a/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/hardened/linux/musl/arm/armv7a/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/hardened/linux/musl/arm/armv7a/parent b/profiles/hardened/linux/musl/arm/armv7a/parent deleted file mode 100644 index 4be939d87ce7..000000000000 --- a/profiles/hardened/linux/musl/arm/armv7a/parent +++ /dev/null @@ -1,3 +0,0 @@ -../../../../../default/linux/musl/arm/armv7a -.. -../.. diff --git a/profiles/hardened/linux/musl/arm/eapi b/profiles/hardened/linux/musl/arm/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/hardened/linux/musl/arm/eapi +++ /dev/null @@ -1 +0,0 @@ -5 |