commit: 95a7249bf6cbad67c02f4ee3de3faa8d08d2927f
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 16:00:14 2024 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 16:00:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a7249b
app-office/gnumeric: inherit libtool.eclass for elibtoolize instead of
autotools.eclass
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-office/gnumeric/gnumeric-1.12.57.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/gnumeric/gnumeric-1.12.57.ebuild
b/app-office/gnumeric/gnumeric-1.12.57.ebuild
index 5a9dbd36d70d..3292eef94050 100644
--- a/app-office/gnumeric/gnumeric-1.12.57.ebuild
+++ b/app-office/gnumeric/gnumeric-1.12.57.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
-inherit autotools gnome.org python-r1 xdg
+inherit gnome.org libtool python-r1 xdg
DESCRIPTION="The GNOME Spreadsheet"
HOMEPAGE="http://www.gnumeric.org/"