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 /app-misc | |
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 'app-misc')
-rw-r--r-- | app-misc/jail/jail-2.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jail/jail-2.0-r4.ebuild b/app-misc/jail/jail-2.0-r4.ebuild index 884a5fc7c489..767945e9dad9 100644 --- a/app-misc/jail/jail-2.0-r4.ebuild +++ b/app-misc/jail/jail-2.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" RDEPEND=" + dev-debug/strace dev-lang/perl - dev-util/strace " PATCHES=( |