commit:     84da5b1304926bfbb0a0e7640b711af84664f082
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Mar 29 04:49:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 14:35:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84da5b13

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 <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20174
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/xpaint/xpaint-2.10.2-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild 
b/media-gfx/xpaint/xpaint-2.10.2-r1.ebuild
index 53779ba99c7..425586764ea 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) \

Reply via email to