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 4F7B2158089 for ; Wed, 1 Nov 2023 12:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 800F12BC017; Wed, 1 Nov 2023 12:16:41 +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 5FA332BC017 for ; Wed, 1 Nov 2023 12:16:41 +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 6E3B1335CCD for ; Wed, 1 Nov 2023 12:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19CB111BC for ; Wed, 1 Nov 2023 12:16:39 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1698840934.f9d38b243c64e4baa280311da9d12428e5cfe610.kocelfc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/corectrl/corectrl-1.3.6.ebuild app-misc/corectrl/corectrl-9999.ebuild X-VCS-Directories: app-misc/corectrl/ X-VCS-Committer: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: f9d38b243c64e4baa280311da9d12428e5cfe610 X-VCS-Branch: dev Date: Wed, 1 Nov 2023 12:16:39 +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: e3b27a1d-7560-49ff-920f-c113820f1254 X-Archives-Hash: 6cecd11d10185897bd783dc44c4e7ac1 commit: f9d38b243c64e4baa280311da9d12428e5cfe610 Author: Kostadin Shishmanov tutanota com> AuthorDate: Wed Nov 1 12:15:34 2023 +0000 Commit: Kostadin Shishmanov tutanota com> CommitDate: Wed Nov 1 12:15:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9d38b24 app-misc/corectrl: remove unneeded patch for live ebuild and remove leading whitespace from 1.3.6 Signed-off-by: Kostadin Shishmanov tutanota.com> app-misc/corectrl/corectrl-1.3.6.ebuild | 2 +- app-misc/corectrl/corectrl-9999.ebuild | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app-misc/corectrl/corectrl-1.3.6.ebuild b/app-misc/corectrl/corectrl-1.3.6.ebuild index 12fec0f9d0..57104c21ab 100644 --- a/app-misc/corectrl/corectrl-1.3.6.ebuild +++ b/app-misc/corectrl/corectrl-1.3.6.ebuild @@ -47,7 +47,7 @@ DEPEND=" BDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}"/${PN}-gcc-14.patch + "${FILESDIR}"/${PN}-gcc-14.patch ) src_configure() { diff --git a/app-misc/corectrl/corectrl-9999.ebuild b/app-misc/corectrl/corectrl-9999.ebuild index a0fb181f6c..7b4ca92f3e 100644 --- a/app-misc/corectrl/corectrl-9999.ebuild +++ b/app-misc/corectrl/corectrl-9999.ebuild @@ -46,10 +46,6 @@ DEPEND=" BDEPEND="${DEPEND}" -PATCHES=( - "${FILESDIR}"/${PN}-gcc-14.patch -) - src_configure() { local mycmakeargs+=( -DBUILD_TESTING=$(usex test ON OFF)