diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-22 16:59:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-01 10:03:51 +0100 |
commit | e12b7afa06e35c28bd30a41e5b9d260e6dc13406 (patch) | |
tree | 8d0886ec826fb6371c12b0595867218a122ae65f /profiles/features | |
parent | */*; Reassign bircoph's packages (diff) | |
download | gentoo-e12b7afa06e35c28bd30a41e5b9d260e6dc13406.tar.gz gentoo-e12b7afa06e35c28bd30a41e5b9d260e6dc13406.tar.bz2 gentoo-e12b7afa06e35c28bd30a41e5b9d260e6dc13406.zip |
profiles: Add a global USE=time64
Add a global time64 flag that is forced on time64 profiles and masked
elsewhere. This flag will be used to toggle the default _TIME_BITS
value in sys-devel/gcc, and also to toggle between different archives
in *-bin packages (e.g. dev-python/pypy*-exe-bin).
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/time64/package.use.force | 5 | ||||
-rw-r--r-- | profiles/features/time64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/features/time64/use.force | 1 | ||||
-rw-r--r-- | profiles/features/time64/use.mask | 1 |
4 files changed, 2 insertions, 10 deletions
diff --git a/profiles/features/time64/package.use.force b/profiles/features/time64/package.use.force deleted file mode 100644 index 137600d494b1..000000000000 --- a/profiles/features/time64/package.use.force +++ /dev/null @@ -1,5 +0,0 @@ -# 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 diff --git a/profiles/features/time64/package.use.mask b/profiles/features/time64/package.use.mask deleted file mode 100644 index 3afaa4de7226..000000000000 --- a/profiles/features/time64/package.use.mask +++ /dev/null @@ -1,5 +0,0 @@ -# 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 diff --git a/profiles/features/time64/use.force b/profiles/features/time64/use.force index 8f63a8938bd6..c31fab3410b8 100644 --- a/profiles/features/time64/use.force +++ b/profiles/features/time64/use.force @@ -3,3 +3,4 @@ # Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) perl_features_time64 +time64 diff --git a/profiles/features/time64/use.mask b/profiles/features/time64/use.mask index f450cc45526d..e18f63587f28 100644 --- a/profiles/features/time64/use.mask +++ b/profiles/features/time64/use.mask @@ -3,3 +3,4 @@ # Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21) -perl_features_time64 +-time64 |