mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles: add masking and forcing for gcc[time64] and perl_features_time64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
# New entries go on top.
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
# Mechanism for coping with the time64 transition of 32bit arches
|
||||
# Will be unmasked in the time64 profiles
|
||||
sys-devel/gcc time64
|
||||
|
||||
# Peter Levine <plevine457@gmail.com> (2024-10-09)
|
||||
# Leads to missing symbols while building testcases
|
||||
# Masked for further testing.
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||
# mask everywhere, unmask on arch/*) use arch/base.
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
# Mechanism for coping with the time64 transition of 32bit arches
|
||||
# Will be unmasked in the time64 profiles
|
||||
perl_features_time64
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-05-01)
|
||||
# PERL_FEATURES=debug is not a setting that should be used lightly.
|
||||
# If you really need it, then unmask it...
|
||||
|
||||
5
profiles/features/time64/package.use.force
Normal file
5
profiles/features/time64/package.use.force
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
sys-devel/gcc time64
|
||||
5
profiles/features/time64/package.use.mask
Normal file
5
profiles/features/time64/package.use.mask
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
sys-devel/gcc -time64
|
||||
5
profiles/features/time64/use.force
Normal file
5
profiles/features/time64/use.force
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
perl_features_time64
|
||||
5
profiles/features/time64/use.mask
Normal file
5
profiles/features/time64/use.mask
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
-perl_features_time64
|
||||
Reference in New Issue
Block a user