summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-14 21:23:57 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-15 16:58:27 +0100
commit221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch)
tree107a968fd74c9910c31a68d4ccaeeaddcf9682f7 /dev-util/complexity
parentMove {sys-devel → dev-build}/slibtool (diff)
downloadgentoo-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 'dev-util/complexity')
-rw-r--r--dev-util/complexity/complexity-1.10-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/complexity/complexity-1.10-r1.ebuild b/dev-util/complexity/complexity-1.10-r1.ebuild
index 2594e392799e..b651271daddd 100644
--- a/dev-util/complexity/complexity-1.10-r1.ebuild
+++ b/dev-util/complexity/complexity-1.10-r1.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=8
@@ -13,6 +13,6 @@ KEYWORDS="~amd64 ~hppa ~x86"
RDEPEND=">=sys-devel/autogen-5.11.7"
DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/libtool"
+BDEPEND="dev-build/libtool"
DOCS=( AUTHORS ChangeLog NEWS )