diff options
author | Sam James <sam@gentoo.org> | 2024-11-05 08:02:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-05 08:02:24 +0000 |
commit | facd834872d6c369871fe17d42d0f6eb6d4190ef (patch) | |
tree | 4a0e7294255706b9019c5b0e02b69779b35d400e /media-gfx | |
parent | dev-python/dulwich-0.22.4: add upstream bug ref for rust hard-dep (diff) | |
download | gentoo-facd834872d6c369871fe17d42d0f6eb6d4190ef.tar.gz gentoo-facd834872d6c369871fe17d42d0f6eb6d4190ef.tar.bz2 gentoo-facd834872d6c369871fe17d42d0f6eb6d4190ef.zip |
media-gfx/chafa: add missing libtool inherit for elibtoolize
Closes: https://bugs.gentoo.org/942851
Fixes: 73c5f2eaa9f83705bf6e160d34133cb20d881977
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/chafa/chafa-1.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/chafa/chafa-1.14.1.ebuild b/media-gfx/chafa/chafa-1.14.1.ebuild index 4414459ae1ca..304b7e3e88e1 100644 --- a/media-gfx/chafa/chafa-1.14.1.ebuild +++ b/media-gfx/chafa/chafa-1.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit flag-o-matic libtool DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer" HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa" |