diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:23:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:27 +0100 |
commit | 221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch) | |
tree | 107a968fd74c9910c31a68d4ccaeeaddcf9682f7 /sys-block | |
parent | Move {sys-devel → dev-build}/slibtool (diff) | |
download | gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.gz gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.bz2 gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.zip |
Move {sys-devel → dev-build}/libtool
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34807
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/ndctl/ndctl-71.1-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-block/ndctl/ndctl-76.1.ebuild | 4 | ||||
-rw-r--r-- | sys-block/ndctl/ndctl-77-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-block/ndctl/ndctl-71.1-r2.ebuild b/sys-block/ndctl/ndctl-71.1-r2.ebuild index 2114c59fe82e..6680b6b69825 100644 --- a/sys-block/ndctl/ndctl-71.1-r2.ebuild +++ b/sys-block/ndctl/ndctl-71.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ RDEPEND="${DEPEND}" BDEPEND=" app-text/asciidoc app-text/xmlto - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/sys-block/ndctl/ndctl-76.1.ebuild b/sys-block/ndctl/ndctl-76.1.ebuild index 7070e5950e3f..63ea8a4e0f1c 100644 --- a/sys-block/ndctl/ndctl-76.1.ebuild +++ b/sys-block/ndctl/ndctl-76.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ BDEPEND=" app-text/asciidoc app-text/xmlto ) - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/sys-block/ndctl/ndctl-77-r1.ebuild b/sys-block/ndctl/ndctl-77-r1.ebuild index bc23fbb0b714..791b5e087a06 100644 --- a/sys-block/ndctl/ndctl-77-r1.ebuild +++ b/sys-block/ndctl/ndctl-77-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ BDEPEND=" app-text/asciidoc app-text/xmlto ) - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " |