diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-18 15:40:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-19 15:44:12 +0100 |
commit | 717506d584ca9e89a09f72751a624300ebf9d28e (patch) | |
tree | 827fd4be601862f222469f7d7c192790c7e41f05 /profiles | |
parent | Move {dev-util → dev-debug}/ltrace (diff) | |
download | gentoo-717506d584ca9e89a09f72751a624300ebf9d28e.tar.gz gentoo-717506d584ca9e89a09f72751a624300ebf9d28e.tar.bz2 gentoo-717506d584ca9e89a09f72751a624300ebf9d28e.zip |
Move {dev-util → dev-debug}/strace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/package.mask | 4 | ||||
-rw-r--r-- | profiles/updates/1Q-2024 | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index f60c79116aa6..38231b9f09d7 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2023-03-28) @@ -8,7 +8,7 @@ dev-python/py-cpuinfo # Sam James <sam@gentoo.org> (2023-03-10) # Fails to build on HPPA w/ sys-kernel/linux-headers-6.2: # https://github.com/strace/strace/issues/241 -=dev-util/strace-6.2 +=dev-debug/strace-6.2 # Quote from <eike@s...l.de>: # "Compilation fails with: #error You need to define CycleTimer for diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index 08dd8d64c719..1696ed726ea6 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -64,3 +64,4 @@ move dev-util/d-spy dev-debug/d-spy move dev-util/duma dev-debug/duma move dev-util/leaktracer dev-debug/leaktracer move dev-util/ltrace dev-debug/ltrace +move dev-util/strace dev-debug/strace |