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 4939F15ACFC for ; Fri, 28 Apr 2023 06:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55C6DE09CD; Fri, 28 Apr 2023 06:05:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id B121CE09CD for ; Fri, 28 Apr 2023 06:05:16 +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 E1D7333BE5A for ; Fri, 28 Apr 2023 06:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 550F9A54 for ; Fri, 28 Apr 2023 06:05:14 +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: <1682661850.0e424d2d20e771835a8882c6ecf13e5bbbb4baf1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pinfo/pinfo-0.6.13.ebuild app-text/pinfo/pinfo-99999.ebuild X-VCS-Directories: app-text/pinfo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e424d2d20e771835a8882c6ecf13e5bbbb4baf1 X-VCS-Branch: master Date: Fri, 28 Apr 2023 06:05:14 +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: 3bc26da5-faf1-49e6-88e5-6ec531dd8418 X-Archives-Hash: ff5525175f454e4200e13b2a238bdbb5 commit: 0e424d2d20e771835a8882c6ecf13e5bbbb4baf1 Author: Sam James gentoo org> AuthorDate: Fri Apr 28 05:46:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 28 06:04:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e424d2d app-text/pinfo: add note re FTMs Signed-off-by: Sam James gentoo.org> app-text/pinfo/pinfo-0.6.13.ebuild | 4 +++- app-text/pinfo/pinfo-99999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild index 895fff2840ad..9b3ae745d0c3 100644 --- a/app-text/pinfo/pinfo-0.6.13.ebuild +++ b/app-text/pinfo/pinfo-0.6.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,6 +41,8 @@ src_prepare() { } src_configure() { + # The following line can be dropped once https://github.com/baszoetekouw/pinfo/pull/35 + # is merged. append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk() econf \ diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild index 94bcef91cbb1..c4fdd276bdaf 100644 --- a/app-text/pinfo/pinfo-99999.ebuild +++ b/app-text/pinfo/pinfo-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,6 +40,8 @@ src_prepare() { } src_configure() { + # The following line can be dropped once https://github.com/baszoetekouw/pinfo/pull/35 + # is merged. append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk() econf \