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 8197A158020 for ; Fri, 21 Oct 2022 15:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C212E084A; Fri, 21 Oct 2022 15:49:05 +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 5276BE084A for ; Fri, 21 Oct 2022 15:49:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EED0340DDE for ; Fri, 21 Oct 2022 15:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CAE9609 for ; Fri, 21 Oct 2022 15:49:02 +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: <1666367290.ca9d5b8932aa108657a180ae0a8130ca464c652b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/pnm2ppa/, net-print/pnm2ppa/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild net-print/pnm2ppa/pnm2ppa-1.13-r2.ebuild X-VCS-Directories: net-print/pnm2ppa/files/ net-print/pnm2ppa/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ca9d5b8932aa108657a180ae0a8130ca464c652b X-VCS-Branch: master Date: Fri, 21 Oct 2022 15:49:02 +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: 038e021d-f97a-41a7-95c1-6e7cb104a684 X-Archives-Hash: c96567a101894e27549a37f62f984f71 commit: ca9d5b8932aa108657a180ae0a8130ca464c652b Author: Ionen Wolkens gentoo org> AuthorDate: Fri Oct 21 15:00:33 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Oct 21 15:48:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9d5b89 net-print/pnm2ppa: fix build w/ upcoming clang16 Closes: https://bugs.gentoo.org/874534 Signed-off-by: Ionen Wolkens gentoo.org> net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch | 7 +++++++ .../pnm2ppa/{pnm2ppa-1.13-r1.ebuild => pnm2ppa-1.13-r2.ebuild} | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch b/net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch new file mode 100644 index 000000000000..3fabafc871e9 --- /dev/null +++ b/net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch @@ -0,0 +1,7 @@ +https://bugs.gentoo.org/874534 +--- a/ppa_protocol/parse_vlink.c ++++ b/ppa_protocol/parse_vlink.c +@@ -1,2 +1,3 @@ + #include ++#include + diff --git a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild b/net-print/pnm2ppa/pnm2ppa-1.13-r2.ebuild similarity index 92% rename from net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild rename to net-print/pnm2ppa/pnm2ppa-1.13-r2.ebuild index 4cfb04d59fba..971217523709 100644 --- a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild +++ b/net-print/pnm2ppa/pnm2ppa-1.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,10 @@ RDEPEND=" syslog? ( virtual/logger )" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) +PATCHES=( + "${FILESDIR}"/${P}-fno-common.patch + "${FILESDIR}"/${P}-clang16.patch +) src_configure() { local lng i withval