dev-util/diffball: Remove libtool archives

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-11-14 16:04:17 +01:00
parent e4f5987edd
commit bd7b64ff42

View File

@@ -16,18 +16,19 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug"
RDEPEND=">=sys-libs/zlib-1.1.4
RDEPEND="
>=sys-libs/zlib-1.1.4
>=app-arch/bzip2-1.0.2
app-arch/xz-utils"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
# Invalid RESTRICT for source package. Investigate.
RESTRICT="strip"
PATCHES=(
"${DISTDIR}/${P}-bug_543310_stack_buffer_overflows.patch"
"${DISTDIR}/${P}-bug_708736_cseek_xz_reset_avail_in_out.patch"
"${DISTDIR}"/${P}-bug_543310_stack_buffer_overflows.patch
"${DISTDIR}"/${P}-bug_708736_cseek_xz_reset_avail_in_out.patch
)
src_prepare() {
@@ -38,5 +39,14 @@ src_prepare() {
}
src_configure() {
econf --disable-static $(use_enable debug asserts)
econf \
--disable-static \
$(use_enable debug asserts)
}
src_install() {
default
# no static archives
find "${ED}" -name '*.la' -delete || die
}