From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4946F158041 for ; Fri, 15 Mar 2024 04:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91FCAE29E0; Fri, 15 Mar 2024 04:14:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7744EE29E0 for ; Fri, 15 Mar 2024 04:14:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E89E335C0F for ; Fri, 15 Mar 2024 04:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 295F414A8 for ; Fri, 15 Mar 2024 04:14:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710476056.b16648038b68e158d7923c3974144908fe377a0e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild X-VCS-Directories: sys-apps/sg3_utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b16648038b68e158d7923c3974144908fe377a0e X-VCS-Branch: master Date: Fri, 15 Mar 2024 04:14:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0eab01db-8b94-48fc-8169-9d3318361363 X-Archives-Hash: c80c6a3c535eebd5861fd6d626dee976 commit: b16648038b68e158d7923c3974144908fe377a0e Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 15 04:07:38 2024 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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=(