diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-02-17 18:00:14 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-02-17 18:00:14 +0200 |
commit | 95a7249bf6cbad67c02f4ee3de3faa8d08d2927f (patch) | |
tree | 4c7b8e7b7bd0fb9da7a0d0b125f9a8d4187291ac /app-office/gnumeric/gnumeric-1.12.57.ebuild | |
parent | dev-libs/gjs: Version bump to 1.78.4 (diff) | |
download | gentoo-95a7249bf6cbad67c02f4ee3de3faa8d08d2927f.tar.gz gentoo-95a7249bf6cbad67c02f4ee3de3faa8d08d2927f.tar.bz2 gentoo-95a7249bf6cbad67c02f4ee3de3faa8d08d2927f.zip |
app-office/gnumeric: inherit libtool.eclass for elibtoolize instead of autotools.eclass
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-office/gnumeric/gnumeric-1.12.57.ebuild')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.57.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |