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 E17EC158086 for ; Mon, 27 Dec 2021 01:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6028AE07D0; Mon, 27 Dec 2021 01:08:55 +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 0BB91E07BA for ; Mon, 27 Dec 2021 01:08:55 +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 1A601342ECA for ; Mon, 27 Dec 2021 01:08:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D6C274 for ; Mon, 27 Dec 2021 01:08:51 +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: <1640567318.765b55cea53be66156e905bfe9d519eeabec2b14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad/kicad-6.0.0.ebuild sci-electronics/kicad/kicad-9999.ebuild X-VCS-Directories: sci-electronics/kicad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 765b55cea53be66156e905bfe9d519eeabec2b14 X-VCS-Branch: master Date: Mon, 27 Dec 2021 01:08:51 +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: 94cd4a4c-3ba1-488f-88a2-ed8c2548b88b X-Archives-Hash: 14216fdff2f98f5db3a06d8f671eaf22 commit: 765b55cea53be66156e905bfe9d519eeabec2b14 Author: Sam James gentoo org> AuthorDate: Mon Dec 27 00:39:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 27 01:08:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765b55ce sci-electronics/kicad: enable OCC by default Match new upstream defaults. See: https://gitlab.com/kicad/code/kicad/-/commit/168a21bb43c27dbd9f5036a56838b93523194054 Signed-off-by: Sam James gentoo.org> sci-electronics/kicad/kicad-6.0.0.ebuild | 2 +- sci-electronics/kicad/kicad-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/kicad/kicad-6.0.0.ebuild b/sci-electronics/kicad/kicad-6.0.0.ebuild index be4d85dce48d..061968d6b125 100644 --- a/sci-electronics/kicad/kicad-6.0.0.ebuild +++ b/sci-electronics/kicad/kicad-6.0.0.ebuild @@ -28,7 +28,7 @@ fi LICENSE="GPL-2+ GPL-3+ Boost-1.0" SLOT="0" -IUSE="doc examples +ngspice openmp occ +pcm" +IUSE="doc examples +ngspice openmp +occ +pcm" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sci-electronics/kicad/kicad-9999.ebuild b/sci-electronics/kicad/kicad-9999.ebuild index be4d85dce48d..061968d6b125 100644 --- a/sci-electronics/kicad/kicad-9999.ebuild +++ b/sci-electronics/kicad/kicad-9999.ebuild @@ -28,7 +28,7 @@ fi LICENSE="GPL-2+ GPL-3+ Boost-1.0" SLOT="0" -IUSE="doc examples +ngspice openmp occ +pcm" +IUSE="doc examples +ngspice openmp +occ +pcm" REQUIRED_USE="${PYTHON_REQUIRED_USE}"