From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1601284-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7537615808B for <garchives@archives.gentoo.org>; Sat, 17 Feb 2024 16:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4EACE2A21; Sat, 17 Feb 2024 16:01:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4D61E2A1B for <gentoo-commits@lists.gentoo.org>; Sat, 17 Feb 2024 16:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0053233FEF1 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Feb 2024 16:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58B4914CE for <gentoo-commits@lists.gentoo.org>; Sat, 17 Feb 2024 16:01:53 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1708185614.95a7249bf6cbad67c02f4ee3de3faa8d08d2927f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnumeric/gnumeric-1.12.57.ebuild X-VCS-Directories: app-office/gnumeric/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 95a7249bf6cbad67c02f4ee3de3faa8d08d2927f X-VCS-Branch: master Date: Sat, 17 Feb 2024 16:01:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cda5b4fb-e077-4449-aa7e-f35376056228 X-Archives-Hash: 43a287eff34ef406bb6a72624bdd2741 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/"