From 221159b1ca716e208abcd9fc2e3d7efad0db9446 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 14 Jan 2024 21:23:57 +0100 Subject: Move {sys-devel → dev-build}/libtool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/34807 Signed-off-by: Michał Górny --- dev-lang/gnucobol/gnucobol-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lang/gnucobol/gnucobol-3.2.ebuild') diff --git a/dev-lang/gnucobol/gnucobol-3.2.ebuild b/dev-lang/gnucobol/gnucobol-3.2.ebuild index d5a4ea562c99..26cb539a6333 100644 --- a/dev-lang/gnucobol/gnucobol-3.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.2.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 @@ -22,7 +22,7 @@ RDEPEND=" berkdb? ( sys-libs/db:4.8= ) " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" DOCS=( AUTHORS ChangeLog NEWS README README.md ) -- cgit v1.2.3-65-gdbad