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 EE586158021 for ; Tue, 20 Dec 2022 04:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899FAE0959; Tue, 20 Dec 2022 04:57:47 +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 71F7AE0959 for ; Tue, 20 Dec 2022 04:57:47 +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 0BD933415F9 for ; Tue, 20 Dec 2022 04:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431BC77C for ; Tue, 20 Dec 2022 04:57:44 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1671511991.23f20d58aa8f9e3b738685f511c673877721a286.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bindgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bindgen/bindgen-0.56.0.ebuild dev-util/bindgen/bindgen-0.62.0.ebuild dev-util/bindgen/bindgen-0.63.0.ebuild X-VCS-Directories: dev-util/bindgen/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 23f20d58aa8f9e3b738685f511c673877721a286 X-VCS-Branch: master Date: Tue, 20 Dec 2022 04:57:44 +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: d587fe4f-e238-4299-acf9-00bdcdb25c43 X-Archives-Hash: 89fd79221ac6c6158a486351d03abfaa commit: 23f20d58aa8f9e3b738685f511c673877721a286 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 20 04:53:11 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 20 04:53:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f20d58 dev-util/bindgen: change QA variable to a string https://github.com/gentoo/gentoo/pull/28696 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bindgen/bindgen-0.56.0.ebuild | 2 +- dev-util/bindgen/bindgen-0.62.0.ebuild | 2 +- dev-util/bindgen/bindgen-0.63.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/bindgen/bindgen-0.56.0.ebuild b/dev-util/bindgen/bindgen-0.56.0.ebuild index 994a3bd10486..01a547769123 100644 --- a/dev-util/bindgen/bindgen-0.56.0.ebuild +++ b/dev-util/bindgen/bindgen-0.56.0.ebuild @@ -63,7 +63,7 @@ DEPEND="virtual/rust[rustfmt]" RDEPEND="${DEPEND} sys-devel/clang:=" -QA_FLAGS_IGNORED=( /usr/bin/bindgen ) +QA_FLAGS_IGNORED="usr/bin/bindgen" S="${WORKDIR}/rust-${P}" diff --git a/dev-util/bindgen/bindgen-0.62.0.ebuild b/dev-util/bindgen/bindgen-0.62.0.ebuild index 3d30daad4e6b..fbda1d14355c 100644 --- a/dev-util/bindgen/bindgen-0.62.0.ebuild +++ b/dev-util/bindgen/bindgen-0.62.0.ebuild @@ -107,7 +107,7 @@ DEPEND="virtual/rust[rustfmt]" RDEPEND="${DEPEND} sys-devel/clang:=" -QA_FLAGS_IGNORED=( /usr/bin/bindgen ) +QA_FLAGS_IGNORED="usr/bin/bindgen" S="${WORKDIR}/rust-${P}" diff --git a/dev-util/bindgen/bindgen-0.63.0.ebuild b/dev-util/bindgen/bindgen-0.63.0.ebuild index 3d30daad4e6b..fbda1d14355c 100644 --- a/dev-util/bindgen/bindgen-0.63.0.ebuild +++ b/dev-util/bindgen/bindgen-0.63.0.ebuild @@ -107,7 +107,7 @@ DEPEND="virtual/rust[rustfmt]" RDEPEND="${DEPEND} sys-devel/clang:=" -QA_FLAGS_IGNORED=( /usr/bin/bindgen ) +QA_FLAGS_IGNORED="usr/bin/bindgen" S="${WORKDIR}/rust-${P}"