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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC3081580E0 for ; Sat, 01 Feb 2025 09:22:36 +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 9FFF534318F for ; Sat, 01 Feb 2025 09:22:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 719C91103B6; Sat, 01 Feb 2025 09:22:35 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 6A2B71103B6 for ; Sat, 01 Feb 2025 09:22:35 +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 1FDAA34316C for ; Sat, 01 Feb 2025 09:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DCB418F6 for ; Sat, 01 Feb 2025 09:22:33 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1738401652.9f5cbbc41af9f796add55e7a0dbc1ea04243c698.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lowdown/lowdown-1.3.2.ebuild app-text/lowdown/lowdown-1.4.0.ebuild X-VCS-Directories: app-text/lowdown/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9f5cbbc41af9f796add55e7a0dbc1ea04243c698 X-VCS-Branch: master Date: Sat, 01 Feb 2025 09:22:33 +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: dd5ca0d9-a6e2-4d59-b4d1-6fd4b107e0be X-Archives-Hash: 102ebc6523f254c6226fb206507728dc commit: 9f5cbbc41af9f796add55e7a0dbc1ea04243c698 Author: NHOrus yahoo com> AuthorDate: Thu Jan 23 15:31:55 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Feb 1 09:20:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5cbbc4 app-text/lowdown: Add config tests that fail on MUSL to ignore list Closes: https://bugs.gentoo.org/942443 Signed-off-by: NHOrus yahoo.com> Signed-off-by: Florian Schmaus gentoo.org> app-text/lowdown/lowdown-1.3.2.ebuild | 2 ++ app-text/lowdown/lowdown-1.4.0.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-text/lowdown/lowdown-1.3.2.ebuild b/app-text/lowdown/lowdown-1.3.2.ebuild index 87a527ff5117..d26df7daa0ed 100644 --- a/app-text/lowdown/lowdown-1.3.2.ebuild +++ b/app-text/lowdown/lowdown-1.3.2.ebuild @@ -38,6 +38,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( strtonum TAILQ_FOREACH_SAFE unveil + arc4random + b64_ntop ) PATCHES=( diff --git a/app-text/lowdown/lowdown-1.4.0.ebuild b/app-text/lowdown/lowdown-1.4.0.ebuild index 87a527ff5117..d26df7daa0ed 100644 --- a/app-text/lowdown/lowdown-1.4.0.ebuild +++ b/app-text/lowdown/lowdown-1.4.0.ebuild @@ -38,6 +38,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( strtonum TAILQ_FOREACH_SAFE unveil + arc4random + b64_ntop ) PATCHES=(