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 C7314158094 for ; Fri, 15 Jul 2022 08:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D476A2BC049; Fri, 15 Jul 2022 08:38:20 +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 AEFBC2BC049 for ; Fri, 15 Jul 2022 08:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CA6A33412EE for ; Fri, 15 Jul 2022 08:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D91E54D for ; Fri, 15 Jul 2022 08:38:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1657874291.a48c8a5692641d1b6e05a63b040d075e0bf3b1e2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/singular/singular-4.3.1_p1.ebuild X-VCS-Directories: sci-mathematics/singular/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a48c8a5692641d1b6e05a63b040d075e0bf3b1e2 X-VCS-Branch: master Date: Fri, 15 Jul 2022 08:38:16 +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: b2c2c028-5f7c-4368-bf81-65d4a304447a X-Archives-Hash: faa13b7b4a8975b8def4ffdc9e262894 commit: a48c8a5692641d1b6e05a63b040d075e0bf3b1e2 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 15 08:02:47 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 15 08:38:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48c8a56 sci-mathematics/singular: fix UnusedInherits on 4.3.1_p1 Signed-off-by: Joonas Niilola gentoo.org> sci-mathematics/singular/singular-4.3.1_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/singular/singular-4.3.1_p1.ebuild b/sci-mathematics/singular/singular-4.3.1_p1.ebuild index b6c6648b4b36..fb5b4a7f3ed2 100644 --- a/sci-mathematics/singular/singular-4.3.1_p1.ebuild +++ b/sci-mathematics/singular/singular-4.3.1_p1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools elisp-common +inherit elisp-common MY_PN=Singular MY_PV=$(ver_rs 3 '')