diff options
author | 2024-12-11 22:00:05 +0100 | |
---|---|---|
committer | 2024-12-11 23:20:36 +0100 | |
commit | fb6896d947fb99a3595b85719841a529f4ec7edd (patch) | |
tree | efba729277c34fa612c01c77f737112544787959 /profiles | |
parent | profiles: base: Add IUSE firebird to use.mask (diff) | |
download | gentoo-fb6896d947fb99a3595b85719841a529f4ec7edd.tar.gz gentoo-fb6896d947fb99a3595b85719841a529f4ec7edd.tar.bz2 gentoo-fb6896d947fb99a3595b85719841a529f4ec7edd.zip |
profiles: amd64/x86: Cleanup obsolete IUSE firebird masks/unmasks
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/amd64/use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 4 |
5 files changed, 1 insertions, 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 <dilfridge@gentoo.org> (2017-05-26) -# dev-db/firebird is keyworded ~amd64 --firebird - # Mike Gilbert <floppym@gentoo.org> (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 <dilfridge@gentoo.org> (2017-05-26) -# dev-db/firebird is keyworded ~amd64 -firebird - # Michał Górny <mgorny@gentoo.org> (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 <mjo@gentoo.org> (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 <dilfridge@gentoo.org> (2017-05-26) -# dev-db/firebird is keyworded ~x86 --firebird - # Michał Górny <mgorny@gentoo.org> (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 <dilfridge@gentoo.org> (2017-05-26) -# dev-db/firebird is keyworded ~x86 -firebird - # Michał Górny <mgorny@gentoo.org> (2014-03-30) # PyPy is unstable on this arch. python_targets_pypy3 |