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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77BCE15813A for ; Sat, 11 Jan 2025 01:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8FEE07FA; Sat, 11 Jan 2025 01:11:31 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 88293E07FA for ; Sat, 11 Jan 2025 01:11:31 +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 C6398342F97 for ; Sat, 11 Jan 2025 01:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32EE1AED for ; Sat, 11 Jan 2025 01:11:29 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1736557868.9459c9454c8a0a65cd7224fda24f6275865f2cc7.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/atf/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/atf/files/atf-0.21-getopt-solaris.patch X-VCS-Directories: dev-libs/atf/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9459c9454c8a0a65cd7224fda24f6275865f2cc7 X-VCS-Branch: master Date: Sat, 11 Jan 2025 01:11:29 +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: 482a9db8-be93-4acd-841b-1c28b2a408f2 X-Archives-Hash: 472576a8b50449b0a04899b6b6ab7e01 commit: 9459c9454c8a0a65cd7224fda24f6275865f2cc7 Author: Mike Gilbert gentoo org> AuthorDate: Sat Jan 11 01:11:08 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jan 11 01:11:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9459c945 dev-libs/atf: add upstream ref to patch Signed-off-by: Mike Gilbert gentoo.org> dev-libs/atf/files/atf-0.21-getopt-solaris.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/atf/files/atf-0.21-getopt-solaris.patch b/dev-libs/atf/files/atf-0.21-getopt-solaris.patch index d70af36ce40e..08e4fe0faadb 100644 --- a/dev-libs/atf/files/atf-0.21-getopt-solaris.patch +++ b/dev-libs/atf/files/atf-0.21-getopt-solaris.patch @@ -1,3 +1,5 @@ +https://github.com/freebsd/atf/pull/100 + On Solaris, getopt(3) is in stdio.h. --- a/atf-c/tp_test.c