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 AADBC15803E for ; Fri, 5 Jan 2024 11:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78D5D2BC129; Fri, 5 Jan 2024 11:18:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BD5B2BC129 for ; Fri, 5 Jan 2024 11:18:02 +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 899B93430EC for ; Fri, 5 Jan 2024 11:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED9BF14A8 for ; Fri, 5 Jan 2024 11:17:59 +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: <1704453430.688b04557426db99ab36b63975ebe62b0af9cbb9.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-r4.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: 688b04557426db99ab36b63975ebe62b0af9cbb9 X-VCS-Branch: master Date: Fri, 5 Jan 2024 11:17:59 +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: af407a72-32fc-4930-b140-bbcd3ea80a40 X-Archives-Hash: 087d2fb3654bc08193eed694b9a9c701 commit: 688b04557426db99ab36b63975ebe62b0af9cbb9 Author: Sam James gentoo org> AuthorDate: Fri Jan 5 11:17:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 11:17:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688b0455 dev-util/ninja: drop USE=emacs Signed-off-by: Sam James gentoo.org> dev-util/ninja/ninja-1.11.1-r4.ebuild | 3 +-- dev-util/ninja/ninja-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-util/ninja/ninja-1.11.1-r4.ebuild b/dev-util/ninja/ninja-1.11.1-r4.ebuild index e76fd4222cba..74b611b5aeca 100644 --- a/dev-util/ninja/ninja-1.11.1-r4.ebuild +++ b/dev-util/ninja/ninja-1.11.1-r4.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://ninja-build.org/" LICENSE="Apache-2.0" SLOT="0" -IUSE="doc emacs test" +IUSE="doc test" RESTRICT="!test? ( test )" BDEPEND=" @@ -36,7 +36,6 @@ BDEPEND=" " PDEPEND=" app-alternatives/ninja - emacs? ( app-emacs/ninja-mode ) " PATCHES=( diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index e76fd4222cba..74b611b5aeca 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://ninja-build.org/" LICENSE="Apache-2.0" SLOT="0" -IUSE="doc emacs test" +IUSE="doc test" RESTRICT="!test? ( test )" BDEPEND=" @@ -36,7 +36,6 @@ BDEPEND=" " PDEPEND=" app-alternatives/ninja - emacs? ( app-emacs/ninja-mode ) " PATCHES=(