diff options
author | 2024-03-15 00:07:38 -0400 | |
---|---|---|
committer | 2024-03-15 04:14:16 +0000 | |
commit | b16648038b68e158d7923c3974144908fe377a0e (patch) | |
tree | 80963e8cf4c990dc1a4e50a61aaebfaa968aa52c /sys-apps/sg3_utils | |
parent | app-admin/salt: Stabilize 3005.5-r1 arm64, #918347 (diff) | |
download | gentoo-b16648038b68e158d7923c3974144908fe377a0e.tar.gz gentoo-b16648038b68e158d7923c3974144908fe377a0e.tar.bz2 gentoo-b16648038b68e158d7923c3974144908fe377a0e.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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=( |