commit: fb6896d947fb99a3595b85719841a529f4ec7edd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 21:00:05 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Dec 11 22:20:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6896d9
profiles: amd64/x86: Cleanup obsolete IUSE firebird masks/unmasks Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/amd64/use.mask | 4 ---- profiles/arch/amd64/use.stable.mask | 4 ---- profiles/arch/base/use.mask | 4 +--- profiles/arch/x86/use.mask | 4 ---- profiles/arch/x86/use.stable.mask | 4 ---- 5 files changed, 1 insertion(+), 19 deletions(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 653012d0161f..26f4c994030f 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -70,10 +70,6 @@ # libvirt is supported on amd64 -libvirt -# Andreas K. Hüttel <[email protected]> (2017-05-26) -# dev-db/firebird is keyworded ~amd64 --firebird - # Mike Gilbert <[email protected]> (2014-10-19) # Requires the following packages to be keyworded/stable: # sys-libs/libapparmor diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 237e247f299f..29ee34a86394 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -12,10 +12,6 @@ hip # sci-libs/mkl is not stable, needs online registration to even run pkg_setup mkl -# Andreas K. Hüttel <[email protected]> (2017-05-26) -# dev-db/firebird is keyworded ~amd64 -firebird - # Michał Górny <[email protected]> (2017-05-20) # The modern versions of CUDA SDK are not suitable for stabilization. cuda diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index fb453f1da688..e0e59eeea995 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -48,9 +48,7 @@ big-endian libvirt # Michael Orlitzky <[email protected]> (2017-01-07) -# The dev-db/firebird and dev-db/oracle-instantclient* packages -# only support amd64 and x86. -firebird +# dev-db/oracle-instantclient* only supports amd64 and x86. oci8 # cuda/NVENC only works on amd64/arm64 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 9c9ee57d55b3..e4fd6b676d83 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -64,10 +64,6 @@ webengine # libvirt is supported on x86 -libvirt -# Andreas K. Hüttel <[email protected]> (2017-05-26) -# dev-db/firebird is keyworded ~x86 --firebird - # Michał Górny <[email protected]> (2014-03-30) # PyPy is keyworded on this arch. -python_targets_pypy3 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 90b1e4500f31..5deb6e10b6cf 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -22,10 +22,6 @@ openvdb # sci-libs/mkl is not stable, needs online registration to even run pkg_setup mkl -# Andreas K. Hüttel <[email protected]> (2017-05-26) -# dev-db/firebird is keyworded ~x86 -firebird - # Michał Górny <[email protected]> (2014-03-30) # PyPy is unstable on this arch. python_targets_pypy3
