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 C3061158020 for ; Wed, 12 Oct 2022 18:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7609E0956; Wed, 12 Oct 2022 18:17:22 +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 B9F0EE0956 for ; Wed, 12 Oct 2022 18:17:22 +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 B1A10341073 for ; Wed, 12 Oct 2022 18:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34E0F5A0 for ; Wed, 12 Oct 2022 18:17:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665598632.275543359e62db66d42eba09dedc9eae914d6082.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ninja/ninja-1.11.1-r1.ebuild dev-util/ninja/ninja-1.11.1-r2.ebuild dev-util/ninja/ninja-9999.ebuild X-VCS-Directories: dev-util/ninja/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 275543359e62db66d42eba09dedc9eae914d6082 X-VCS-Branch: master Date: Wed, 12 Oct 2022 18:17:20 +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: b9d702c6-2617-4bc2-9060-0bbeb2caa858 X-Archives-Hash: b0997006d211237d46abd9be215d1cd1 commit: 275543359e62db66d42eba09dedc9eae914d6082 Author: Sam James gentoo org> AuthorDate: Wed Oct 12 18:17:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 18:17:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27554335 dev-util/ninja: fix MissingInherits Signed-off-by: Sam James gentoo.org> dev-util/ninja/{ninja-1.11.1-r1.ebuild => ninja-1.11.1-r2.ebuild} | 2 +- dev-util/ninja/ninja-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ninja/ninja-1.11.1-r1.ebuild b/dev-util/ninja/ninja-1.11.1-r2.ebuild similarity index 96% rename from dev-util/ninja/ninja-1.11.1-r1.ebuild rename to dev-util/ninja/ninja-1.11.1-r2.ebuild index 9c9215bc267c..477e2d2504ea 100644 --- a/dev-util/ninja/ninja-1.11.1-r1.ebuild +++ b/dev-util/ninja/ninja-1.11.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit edo bash-completion-r1 elisp-common python-any-r1 toolchain-funcs +inherit edo bash-completion-r1 elisp-common flag-o-matic python-any-r1 toolchain-funcs if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/ninja-build/ninja.git" diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index 03f094c4df22..49a69753e911 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit edo bash-completion-r1 elisp-common python-any-r1 toolchain-funcs +inherit edo bash-completion-r1 elisp-common flag-o-matic python-any-r1 toolchain-funcs if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/ninja-build/ninja.git"