* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/x64/, profiles/prefix/sunos/solaris/, ...
@ 2022-06-22 8:41 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2022-06-22 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 768d4d0ecc5a6488f16ed91b787c467bdaeada6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 08:27:48 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=768d4d0e
profiles: UnknownProfilePackageUse cleanup, pt. 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/powerpc/ppc64/package.use.mask | 1 -
profiles/arch/sparc/package.use.mask | 2 +-
profiles/base/package.use.force | 5 -----
profiles/base/package.use.mask | 5 -----
profiles/features/clang/package.use | 3 ---
profiles/prefix/darwin/macos/arch/x64/package.use.force | 6 +-----
profiles/prefix/darwin/package.use.mask | 6 +-----
profiles/prefix/sunos/solaris/package.use.mask | 4 ----
profiles/targets/desktop/package.use | 5 +----
profiles/targets/desktop/plasma/package.use | 2 --
10 files changed, 4 insertions(+), 35 deletions(-)
diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
index 8c7921128c2f..7a09c8b58c7c 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -159,7 +159,6 @@ dev-vcs/subversion kwallet
# Patrice Clement <monsieurp@gentoo.org> (2016-02-08)
# I would need to keyword an awful lot of packages on ppc64
# that would need Java 7 otherwise.
-dev-java/batik python
dev-java/bsf python
dev-java/ant-apache-bsf python
diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
index 33150b4864ff..6bf3b89c736b 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -240,7 +240,7 @@ net-misc/scponly unison
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-06)
# hardware related dependencies are not keyworded
-net-analyzer/nagios-plugin-check_raid 3ware aacraid hpa hpsa megaraid-sas megaraid-scsi mpt-sas2 mpt
+net-analyzer/nagios-plugin-check_raid 3ware aacraid hpa hpsa megaraid-sas mpt-sas2 mpt
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-04)
# dev-python/pymongo is not keyworded
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 09fd800d8f3f..c19e27e23b7e 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -85,11 +85,6 @@ www-client/lynx unicode
# b) using libidn
app-text/ghostscript-gpl unicode
-# Michał Górny <mgorny@gentoo.org> (2020-09-01)
-# sys-boot/udk is being removed, and newest revision of refind does not
-# support it already.
-sys-boot/refind gnuefi
-
# Alexey Sokolov <alexey+gentoo@asokolov.org> (2020-12-06)
# Doesn't build without X. Not removing IUSE from ebuild yet in hope that
# https://github.com/TomenetGame/tomenet/issues/14 will be fixed.
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 58250b170c4e..b65e7efa7daa 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -21,7 +21,6 @@ dev-python/jaraco-stream doc
dev-python/jaraco-text doc
dev-python/jsonpickle doc
dev-python/keyring doc
-dev-python/tempora doc
# Maciej Barć <xgqt@gentoo.org> (2022-05-31)
# "doc" require old version of dev-python/antlr4-python3-runtime (4.9.3)
@@ -453,10 +452,6 @@ app-admin/conserver freeipmi
# (bug #674364)
sys-apps/memtest86+ floppy
-# Michał Górny <mgorny@gentoo.org> (2018-11-28)
-# Requires last-rited games-server/ut2003-ded.
-games-fps/ut2003 dedicated
-
# Alfredo Tupone <tupone@gentoo.org> (2018-11-18)
# go brokes build of gnat-gpl
dev-lang/gnat-gpl go
diff --git a/profiles/features/clang/package.use b/profiles/features/clang/package.use
index 980c320218f9..8bf1736e82c2 100644
--- a/profiles/features/clang/package.use
+++ b/profiles/features/clang/package.use
@@ -11,6 +11,3 @@ sys-devel/clang-runtime compiler-rt libcxx -sanitize
sys-libs/libcxx libunwind libcxxabi
sys-libs/libcxxabi libunwind
-
-# libgcrypt doesn't like optimizations
-dev-libs/libgcrypt o-flag-munging
diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.force b/profiles/prefix/darwin/macos/arch/x64/package.use.force
index e59fb1aa91b0..5de42499068a 100644
--- a/profiles/prefix/darwin/macos/arch/x64/package.use.force
+++ b/profiles/prefix/darwin/macos/arch/x64/package.use.force
@@ -1,10 +1,6 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Fabian Groffen <grobian@gentoo.org> (2018-11-29)
-# libgcrypt relies on GCC pragma to disable optimisation, but we use Clang
-dev-libs/libgcrypt o-flag-munging
-
# Fabian Groffen <grobian@gentoo.org> (2016-12-20)
# Force the host target to avoid dependency hell
dev-ml/llvm-ocaml llvm_targets_X86
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index eb3e4c4d1487..70aa17d0cb7c 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -1,14 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2020-12-01)
# Needs more work to make bindings build
dev-db/qdbm java perl ruby
-# Fabian Groffen <grobian@gentoo.org> (2016-04-06)
-# dev-libs/re2 needs love, bug #563932
-app-misc/sphinx re2
-
# Fabian Groffen <grobian@gentoo.org> (2016-01-10)
# libutempter isn't ported for Darwin, bug #506494
net-misc/mosh utempter
diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask
index c05175fdd3c2..527f8709bb19 100644
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ b/profiles/prefix/sunos/solaris/package.use.mask
@@ -6,10 +6,6 @@
# chg client fails to compile, bug #683374
dev-vcs/mercurial chg
-# Fabian Groffen <grobian@gentoo.org> (2016-04-06)
-# dev-libs/re2 needs love, bug #563932
-app-misc/sphinx re2
-
# Fabian Groffen <grobian@gentoo.org> (2015-05-26)
# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
dev-db/postgresql uuid
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
index 3cc4cc0d28f1..0fc7cd2bcc9a 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-04-18)
@@ -38,9 +38,6 @@ app-arch/unzip natspec
# Required by kde-frameworks/kwayland
dev-qt/qtgui:5 egl libinput
-# Required by dev-qt/qtwebengine
-media-libs/libvpx svc
-
# Andreas Sturmlechner <asturm@gentoo.org> (2017-11-30)
# Avoid circular dependency when installing from scratch
dev-util/cmake -qt5
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use
index 65c0002787a9..3ca6c67990fc 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -49,8 +49,6 @@ media-libs/mlt ffmpeg frei0r rubberband
media-libs/opencv contrib contribdnn
# Required by kde-plasma/plasma-firewall
-# Required by net-firewall/firewalld[iptables] (default enabled)
-net-firewall/iptables ipv6
# Required by net-firewall/firewalld[nftables] (default enabled)
net-firewall/nftables json python xtables
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-22 8:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22 8:41 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/x64/, profiles/prefix/sunos/solaris/, Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox