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 61774158094 for ; Fri, 30 Sep 2022 03:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754B62BC060; Fri, 30 Sep 2022 03:43:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 622C32BC060 for ; Fri, 30 Sep 2022 03:43:33 +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 9521334113A for ; Fri, 30 Sep 2022 03:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B925EE for ; Fri, 30 Sep 2022 03:43:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664509346.59e7fe66282908d11677b4e5626b964b0fa723c4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/letterize/, app-text/letterize/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/letterize/files/letterize-1.4-clang16.patch app-text/letterize/letterize-1.4.ebuild X-VCS-Directories: app-text/letterize/ app-text/letterize/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 59e7fe66282908d11677b4e5626b964b0fa723c4 X-VCS-Branch: master Date: Fri, 30 Sep 2022 03:43:30 +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: 4fa6204f-4d2c-4915-883a-9dd0a3fd49fa X-Archives-Hash: 60d4d5600eeb2a194e7dcb268d89e7bc commit: 59e7fe66282908d11677b4e5626b964b0fa723c4 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Sep 30 03:20:00 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Sep 30 03:42:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e7fe66 app-text/letterize: fix build with clang16 Trivial fix. Closes: https://bugs.gentoo.org/870775 Signed-off-by: Ionen Wolkens gentoo.org> app-text/letterize/files/letterize-1.4-clang16.patch | 8 ++++++++ app-text/letterize/letterize-1.4.ebuild | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app-text/letterize/files/letterize-1.4-clang16.patch b/app-text/letterize/files/letterize-1.4-clang16.patch new file mode 100644 index 000000000000..82a1258a60d3 --- /dev/null +++ b/app-text/letterize/files/letterize-1.4-clang16.patch @@ -0,0 +1,8 @@ +https://bugs.gentoo.org/870775 +--- a/letterize.c ++++ b/letterize.c +@@ -234,3 +234,3 @@ + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { diff --git a/app-text/letterize/letterize-1.4.ebuild b/app-text/letterize/letterize-1.4.ebuild index 91dbcfff516e..d28a490c6729 100644 --- a/app-text/letterize/letterize-1.4.ebuild +++ b/app-text/letterize/letterize-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +PATCHES=( + "${FILESDIR}"/${P}-clang16.patch +) + src_configure() { tc-export CC default