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 C937B1581FB for ; Fri, 30 Aug 2024 07:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 533A5E29F5; Fri, 30 Aug 2024 07:33:34 +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 38FB3E29F5 for ; Fri, 30 Aug 2024 07:33:34 +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 43A72342F9E for ; Fri, 30 Aug 2024 07:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D50541C74 for ; Fri, 30 Aug 2024 07:33:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1725003185.68f6052b7a9d1098e0c6b8dbab223261712be68d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tinyssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tinyssh/tinyssh-99999999.ebuild X-VCS-Directories: net-misc/tinyssh/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 68f6052b7a9d1098e0c6b8dbab223261712be68d X-VCS-Branch: master Date: Fri, 30 Aug 2024 07:33:31 +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: 35022dd8-47d0-4b7c-bd5b-4f0cf253f95b X-Archives-Hash: be51b4665c99fb853228408fc2cc671e commit: 68f6052b7a9d1098e0c6b8dbab223261712be68d Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Aug 23 20:09:39 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 30 07:33:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f6052b net-misc/tinyssh: synchronize live ebuild Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Joonas Niilola gentoo.org> net-misc/tinyssh/tinyssh-99999999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-misc/tinyssh/tinyssh-99999999.ebuild b/net-misc/tinyssh/tinyssh-99999999.ebuild index 4b288ff014ec..0edea200702b 100644 --- a/net-misc/tinyssh/tinyssh-99999999.ebuild +++ b/net-misc/tinyssh/tinyssh-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,10 +28,11 @@ RDEPEND=" sys-apps/ucspi-tcp " -src_prepare() { - # Leave optimization level to user CFLAGS - sed -i 's/-Os -fomit-frame-pointer -funroll-loops//g' ./conf-cc || die +PATCHES=( + "${FILESDIR}/tinyssh-20240101_conf_cflags.patch" +) +src_prepare() { # Use make-tinysshcc.sh script, which has no tests and doesn't execute # binaries. See https://github.com/janmojzis/tinyssh/issues/2 sed -i 's/make-tinyssh\.sh/make-tinysshcc.sh/g' ./Makefile || die