From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E70C31582EF for ; Mon, 10 Mar 2025 01:55:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CDD40343108 for ; Mon, 10 Mar 2025 01:55:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0633411037D; Mon, 10 Mar 2025 01:55:45 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 00B4511037D for ; Mon, 10 Mar 2025 01:55:44 +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 A45F1343127 for ; Mon, 10 Mar 2025 01:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B0F27E6 for ; Mon, 10 Mar 2025 01:55:43 +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: <1741571257.8e9ba6ec5130fc876fd3f0cf405f9a2bfb19b8d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/u2ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/u2ps/u2ps-1.2-r1.ebuild app-text/u2ps/u2ps-1.2.ebuild X-VCS-Directories: app-text/u2ps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8e9ba6ec5130fc876fd3f0cf405f9a2bfb19b8d3 X-VCS-Branch: master Date: Mon, 10 Mar 2025 01:55:43 +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: e8f619e9-9970-4f37-bbae-b4cba7bb8e66 X-Archives-Hash: a3521d041a79bf46c0ff47276ee54bef commit: 8e9ba6ec5130fc876fd3f0cf405f9a2bfb19b8d3 Author: Sam James gentoo org> AuthorDate: Mon Mar 10 01:47:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 01:47:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9ba6ec app-text/u2ps: EAPI 8, build w/ -std=gnu17 ... because archived upstream. Closes: https://bugs.gentoo.org/945504 Signed-off-by: Sam James gentoo.org> app-text/u2ps/{u2ps-1.2.ebuild => u2ps-1.2-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-text/u2ps/u2ps-1.2.ebuild b/app-text/u2ps/u2ps-1.2-r1.ebuild similarity index 86% rename from app-text/u2ps/u2ps-1.2.ebuild rename to app-text/u2ps/u2ps-1.2-r1.ebuild index 71ad11c5557b..93bb789cdacc 100644 --- a/app-text/u2ps/u2ps-1.2.ebuild +++ b/app-text/u2ps/u2ps-1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" HOMEPAGE="https://github.com/arsv/u2ps" @@ -23,6 +23,8 @@ PATCHES=( ) src_configure() { + # bug #945504 + append-flags -std=gnu17 # this isnt autoconf, so econf fails... tc-export CC ./configure \