commit: 660cd8f28dd860751275488871610468c8ff44bc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 09:25:14 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 09:29:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660cd8f2
profiles: Remove entries for removed packages Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.stable.mask | 5 ----- profiles/default/linux/musl/package.mask | 3 +-- profiles/default/linux/uclibc/package.mask | 3 +-- profiles/features/prefix/package.mask | 1 - profiles/prefix/darwin/macos/package.mask | 6 ------ 5 files changed, 2 insertions(+), 16 deletions(-) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index f4a364e4c9c..c35e3a17bb1 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -98,11 +98,6 @@ app-emulation/qemu capstone # Bugs #649408, #641108, #640724 dev-perl/DBD-SQLite system-sqlite -# Ilya Tumaykin <[email protected]> (2018-02-13) -# Requires >=dev-lang/mujs-1.0.0 stabilized. mpv-0.27.2 is stabilized -# due to a security bug, so we won't bother with javascript this time. -~media-video/mpv-0.27.2 javascript - # Andrey Grozin <[email protected]> (2018-01-24) # Depends on unstable dev-python/sphinx-gallery. # Bug #643840. diff --git a/profiles/default/linux/musl/package.mask b/profiles/default/linux/musl/package.mask index aa51130f207..43a350f230b 100644 --- a/profiles/default/linux/musl/package.mask +++ b/profiles/default/linux/musl/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors. +# Copyright 1999-2019 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 sys-libs/uclibc-ng @@ -13,7 +13,6 @@ dev-libs/elfutils >virtual/libelf-2 # packages that need masked packages or multilib -dev-games/gtkradiant dev-games/ps2-packer games-action/beathazardultra games-action/brutal-legend diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index e8945d48d58..49cd8e0ea61 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 sys-libs/musl @@ -15,7 +15,6 @@ dev-libs/elfutils # These binary pkgs have a hard dep on glibc; make repoman shut up app-arch/rar -dev-games/gtkradiant dev-games/ps2-packer games-action/crimsonland games-action/descent3 diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask index c2367c0c1f8..808c71a894c 100644 --- a/profiles/features/prefix/package.mask +++ b/profiles/features/prefix/package.mask @@ -15,7 +15,6 @@ gnome-extra/gnome-logs gnome-extra/gnome-user-share gnome-extra/office-runner kde-misc/systemd-kcm -<sys-apps/bolt-0.5 sys-apps/gentoo-systemd-integration sys-apps/systemd-readahead sys-process/systemd-cron diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 90f5046d4b9..b83c55c0ced 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -11,12 +11,6 @@ =sys-devel/clang-7.1.0* =sys-devel/llvm-7.1.0* -# Fabian Groffen <[email protected]> (2019-03-26) -# LLVM/clang 8 cannot compile itself, fails with the linker complaining -# about a missing symbol (clang::clangd::detail::log(..,..)) -=sys-devel/clang-8.0.0* -=sys-devel/llvm-8.0.0* - # Fabian Groffen <[email protected]> (2019-03-22) # Newer versions break because they insist on sysroot usage lacking # -lSystem as looked for by clang/llvm. If your system got this
