From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1430352-garchives=archives.gentoo.org@lists.gentoo.org> 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 685C6158096 for <garchives@archives.gentoo.org>; Thu, 25 Aug 2022 10:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 081DAE0916; Thu, 25 Aug 2022 10:33:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D87F0E0916 for <gentoo-commits@lists.gentoo.org>; Thu, 25 Aug 2022 10:33:44 +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 E1120341160 for <gentoo-commits@lists.gentoo.org>; Thu, 25 Aug 2022 10:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FD5D5A3 for <gentoo-commits@lists.gentoo.org>; Thu, 25 Aug 2022 10:33:41 +0000 (UTC) From: "Matthew Smith" <matthew@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" <matthew@gentoo.org> Message-ID: <1661423526.24f7735b39727489425a36c493ea23f8dffa6718.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad/kicad-5.1.12-r3.ebuild sci-electronics/kicad/kicad-6.0.6.ebuild sci-electronics/kicad/kicad-6.0.7.ebuild X-VCS-Directories: sci-electronics/kicad/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 24f7735b39727489425a36c493ea23f8dffa6718 X-VCS-Branch: master Date: Thu, 25 Aug 2022 10:33:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85bad77b-a6f0-49ed-b338-9cae2e1563f1 X-Archives-Hash: 04e1bd8f47dc51417db03d6dc6ae2927 commit: 24f7735b39727489425a36c493ea23f8dffa6718 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Thu Aug 25 10:12:10 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Thu Aug 25 10:32:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f7735b sci-electronics/kicad: don't default USE=ngspice Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> sci-electronics/kicad/kicad-5.1.12-r3.ebuild | 2 +- sci-electronics/kicad/kicad-6.0.6.ebuild | 2 +- sci-electronics/kicad/kicad-6.0.7.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/kicad/kicad-5.1.12-r3.ebuild b/sci-electronics/kicad/kicad-5.1.12-r3.ebuild index 2f202db0313a..73c310faec1e 100644 --- a/sci-electronics/kicad/kicad-5.1.12-r3.ebuild +++ b/sci-electronics/kicad/kicad-5.1.12-r3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://gitlab.com/kicad/code/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+ GPL-3+ Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc examples github +ngspice +occ openmp +python" +IUSE="doc examples github ngspice +occ openmp +python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/sci-electronics/kicad/kicad-6.0.6.ebuild b/sci-electronics/kicad/kicad-6.0.6.ebuild index c152b8099cd1..bc491a4b088e 100644 --- a/sci-electronics/kicad/kicad-6.0.6.ebuild +++ b/sci-electronics/kicad/kicad-6.0.6.ebuild @@ -28,7 +28,7 @@ fi # BSD for bundled pybind LICENSE="GPL-2+ GPL-3+ Boost-1.0 BSD" SLOT="0" -IUSE="doc examples +ngspice nls openmp +occ +pcm" +IUSE="doc examples ngspice nls openmp +occ +pcm" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sci-electronics/kicad/kicad-6.0.7.ebuild b/sci-electronics/kicad/kicad-6.0.7.ebuild index 5d681fdf0388..e23e15ce7160 100644 --- a/sci-electronics/kicad/kicad-6.0.7.ebuild +++ b/sci-electronics/kicad/kicad-6.0.7.ebuild @@ -28,7 +28,7 @@ fi # BSD for bundled pybind LICENSE="GPL-2+ GPL-3+ Boost-1.0 BSD" SLOT="0" -IUSE="doc examples +ngspice nls openmp +occ +pcm" +IUSE="doc examples ngspice nls openmp +occ +pcm" REQUIRED_USE="${PYTHON_REQUIRED_USE}"