commit: ce58d9063417da00fdac3978a1079c5fbabfbfe6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 22 08:30:54 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 22 08:35:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce58d906
profiles: UnknownProfileUse cleanup Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/use.mask | 3 --- profiles/arch/base/use.mask | 3 --- profiles/arch/hppa/use.mask | 4 ---- profiles/arch/x86/use.mask | 3 --- profiles/features/musl/use.mask | 4 ---- 5 files changed, 17 deletions(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index d21568f5d05e..7e8fbecd25e4 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -39,9 +39,6 @@ # dev-db/firebird is keyworded ~amd64 -firebird -# cilk has been ported to this arch. --cilk - # Mike Gilbert <[email protected]> (2014-10-19) # sys-libs/libapparmor -apparmor diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index e355ffb1edcd..4556ba23f498 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -24,9 +24,6 @@ libvirt firebird oci8 -# cilk has been ported only to x86 systems -cilk - # cuda/NVENC only works on amd64/arm64 cuda nvenc diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 447415da6a81..f6eb535bcb2f 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -198,10 +198,6 @@ d # Lack of user/dev support for WiFi (bug #176517) networkmanager -# Jeroen Roovers <[email protected]> (2007-04-07) -# libffi has not been ported to hppa, therefore gcc fails to build with USE=gcj -gcj - # Samuli Suominen <[email protected]> (2007-03-02) # See bug #157881#c3 battery diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index b51481a896ec..a221468a59a2 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -34,9 +34,6 @@ # dev-db/firebird is keyworded ~x86 -firebird -# cilk has been ported to this arch. --cilk - # Mike Gilbert <[email protected] (2014-10-19) # sys-libs/libapparmor -apparmor diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index e6af2dddd757..b3aee89dcfc4 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -9,9 +9,5 @@ elibc_glibc # Pulls dev-db/oracle-instantclient which doesn't work on musl oracle -# Musl doesn't have support for utmp/wtmp by design -utmp -wtmp - # sys-apps/systemd is masked systemd
