From 84da5b1304926bfbb0a0e7640b711af84664f082 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Mon, 29 Mar 2021 07:49:55 +0300 Subject: media-gfx/xpaint: fix dependency on `sys-devel/automake:1.15` Closes: https://bugs.gentoo.org/778968 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Viorel Munteanu Closes: https://github.com/gentoo/gentoo/pull/20174 Signed-off-by: Sam James --- media-gfx/xpaint/xpaint-2.10.2-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'media-gfx') diff --git a/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild index 53779ba99c75..425586764ea2 100644 --- a/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild +++ b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop toolchain-funcs +inherit autotools desktop toolchain-funcs DESCRIPTION="Image editor with tiff, jpeg and png support" HOMEPAGE="http://sf-xpaint.sourceforge.net/" @@ -48,6 +48,11 @@ PATCHES=( "${FILESDIR}"/${P}-respect-ldflags.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { econf \ $(use_enable tiff) \ -- cgit v1.2.3-65-gdbad