From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1F2F815800A for ; Sat, 5 Aug 2023 22:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA64E2BC03E; Sat, 5 Aug 2023 22:41:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7FA432BC040 for ; Sat, 5 Aug 2023 22:41:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96814340E5F for ; Sat, 5 Aug 2023 22:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25EB3F21 for ; Sat, 5 Aug 2023 22:41:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1691275200.e255865d179e74c6e6312f8f75753eee7636c314.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/aspell/aspell-0.60.8-r4.ebuild X-VCS-Directories: app-text/aspell/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e255865d179e74c6e6312f8f75753eee7636c314 X-VCS-Branch: master Date: Sat, 5 Aug 2023 22:41:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57d258a8-a824-4443-8ee7-c7afd6aae1e0 X-Archives-Hash: d77f3a5df233b866f8b4f229cdf66c75 commit: e255865d179e74c6e6312f8f75753eee7636c314 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Aug 5 22:30:43 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Aug 5 22:40:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e255865d app-text/aspell: fix QA UnusedInherits Signed-off-by: Conrad Kostecki gentoo.org> app-text/aspell/aspell-0.60.8-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/aspell/aspell-0.60.8-r4.ebuild b/app-text/aspell/aspell-0.60.8-r4.ebuild index d511a41b9f45..157c31ef3058 100644 --- a/app-text/aspell/aspell-0.60.8-r4.ebuild +++ b/app-text/aspell/aspell-0.60.8-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools flag-o-matic libtool toolchain-funcs +inherit autotools flag-o-matic libtool MY_P="${P/_/-}"