diff --git a/net-misc/aria2/aria2-1.37.0.ebuild b/net-misc/aria2/aria2-1.37.0.ebuild index cb760629dbc78..c22966b826cd0 100644 --- a/net-misc/aria2/aria2-1.37.0.ebuild +++ b/net-misc/aria2/aria2-1.37.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 +inherit bash-completion-r1 libtool DESCRIPTION="A download utility with segmented downloading with BitTorrent support" HOMEPAGE="https://aria2.github.io/" @@ -112,6 +112,8 @@ src_prepare() { -e '/^@ENABLE_BITTORRENT_TRUE@ LpdMessageDispatcherTest/d' \ -e '/^@ENABLE_BITTORRENT_TRUE@ LpdMessageReceiverTest/d' \ test/Makefile.in || die + + elibtoolize } src_configure() {