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 5B6AD158020 for ; Sun, 25 Dec 2022 22:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 112BCE088F; Sun, 25 Dec 2022 22:06:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA5D2E088F for ; Sun, 25 Dec 2022 22:06:51 +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 E3BF8340FB3 for ; Sun, 25 Dec 2022 22:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338AD7EB for ; Sun, 25 Dec 2022 22:06:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1672005950.7a96c2547f22c28b30b6fe2bfca9a4c484fbd272.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild X-VCS-Directories: app-doc/mathjax-docs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7a96c2547f22c28b30b6fe2bfca9a4c484fbd272 X-VCS-Branch: master Date: Sun, 25 Dec 2022 22:06:49 +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: fe2a940b-a060-4ee5-8e68-f9c63bd8e9aa X-Archives-Hash: d495426014f64581b8047d31c3eca68d commit: 7a96c2547f22c28b30b6fe2bfca9a4c484fbd272 Author: David Seifert gentoo org> AuthorDate: Sun Dec 25 22:05:50 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 25 22:05:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a96c254 app-doc/mathjax-docs: remove needless python-utils-r1 inherit Signed-off-by: David Seifert gentoo.org> app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild index 8098c758596a..a0675deb99a2 100644 --- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild +++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit python-any-r1 python-utils-r1 vcs-clean +inherit python-any-r1 vcs-clean COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"