commit:     b16648038b68e158d7923c3974144908fe377a0e
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 15 04:07:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 04:14:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1664803

sys-apps/sg3_utils: drop build time dependency on libtool

It doesn't seem to have any clear reason. We aren't doing eclass-based
regeneration of configure scripts, the package internally uses
automake's ltmain.sh handling, and uninstalling libtool results in a
package that still builds just fine without it.

It's been that way since the initial import into git, so, not sure what
its precise origin is. But it can clearly go.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild 
b/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild
index 006572f48b94..039dbca591cd 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild
@@ -13,7 +13,6 @@ SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="static-libs"
 
-DEPEND="dev-build/libtool"
 RDEPEND="!sys-apps/rescan-scsi-bus"
 
 PATCHES=(

Reply via email to