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 C383D158649 for ; Tue, 9 May 2023 13:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1645E0826; Tue, 9 May 2023 13:21:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D63A7E0826 for ; Tue, 9 May 2023 13:21:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB06A335D51 for ; Tue, 9 May 2023 13:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F068A5E for ; Tue, 9 May 2023 13:21:16 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683638460.abee9440842ebb85ff256c2505fc1942bfd6732a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/got/got-0.88.ebuild X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: abee9440842ebb85ff256c2505fc1942bfd6732a X-VCS-Branch: dev Date: Tue, 9 May 2023 13:21:16 +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: 5d0bf5eb-09ad-46e2-abf2-86dc8ed04dbe X-Archives-Hash: 715626397f1c1813ae83408e6ff29a0c commit: abee9440842ebb85ff256c2505fc1942bfd6732a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 9 13:21:00 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 9 13:21:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abee9440 dev-vcs/got: set QA_CONFIG_IMPL_DECL_SKIP=1 Closes: https://bugs.gentoo.org/900735 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/got-0.88.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-vcs/got/got-0.88.ebuild b/dev-vcs/got/got-0.88.ebuild index de221d84e..4a0384cfc 100644 --- a/dev-vcs/got/got-0.88.ebuild +++ b/dev-vcs/got/got-0.88.ebuild @@ -43,3 +43,5 @@ BDEPEND=" " DOCS=( CHANGELOG CHANGES README TODO ) + +QA_CONFIG_IMPL_DECL_SKIP=1