diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2021-03-29 07:49:55 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 14:35:15 +0000 |
commit | 84da5b1304926bfbb0a0e7640b711af84664f082 (patch) | |
tree | 4e00dae76d160be18d564fe0e005bfa28765b548 /media-gfx/xpaint | |
parent | sci-biology/probcons: Port to EAPI 7 (diff) | |
download | gentoo-84da5b1304926bfbb0a0e7640b711af84664f082.tar.gz gentoo-84da5b1304926bfbb0a0e7640b711af84664f082.tar.bz2 gentoo-84da5b1304926bfbb0a0e7640b711af84664f082.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20174
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/xpaint')
-rw-r--r-- | media-gfx/xpaint/xpaint-2.10.2-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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) \ |