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 /dev-lisp/sbcl | |
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 'dev-lisp/sbcl')
-rw-r--r-- | dev-lisp/sbcl/sbcl-2.3.11.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-2.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-2.4.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/sbcl/sbcl-2.3.11.ebuild b/dev-lisp/sbcl/sbcl-2.3.11.ebuild index 9fd3fb0bb4e5..dc33af6ce03b 100644 --- a/dev-lisp/sbcl/sbcl-2.3.11.ebuild +++ b/dev-lisp/sbcl/sbcl-2.3.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,7 @@ CDEPEND=">=dev-lisp/asdf-3.3:= \ prefix? ( dev-util/patchelf )" # bug #843851 BDEPEND="${CDEPEND} - dev-util/strace + dev-debug/strace doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) system-bootstrap? ( || ( dev-lisp/clisp dev-lisp/sbcl ) )" RDEPEND="${CDEPEND} diff --git a/dev-lisp/sbcl/sbcl-2.3.5.ebuild b/dev-lisp/sbcl/sbcl-2.3.5.ebuild index 8ecba254dd18..94ba59bb43cd 100644 --- a/dev-lisp/sbcl/sbcl-2.3.5.ebuild +++ b/dev-lisp/sbcl/sbcl-2.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,7 @@ CDEPEND=">=dev-lisp/asdf-3.3:= \ prefix? ( dev-util/patchelf )" # bug #843851 BDEPEND="${CDEPEND} - dev-util/strace + dev-debug/strace doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) system-bootstrap? ( || ( dev-lisp/clisp dev-lisp/sbcl ) )" RDEPEND="${CDEPEND} diff --git a/dev-lisp/sbcl/sbcl-2.4.0.ebuild b/dev-lisp/sbcl/sbcl-2.4.0.ebuild index ec1f642b8efd..83e244df65f4 100644 --- a/dev-lisp/sbcl/sbcl-2.4.0.ebuild +++ b/dev-lisp/sbcl/sbcl-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,7 @@ CDEPEND=">=dev-lisp/asdf-3.3:= \ prefix? ( dev-util/patchelf )" # bug #843851 BDEPEND="${CDEPEND} - dev-util/strace + dev-debug/strace doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) system-bootstrap? ( || ( dev-lisp/clisp dev-lisp/sbcl ) )" RDEPEND="${CDEPEND} |