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 A82C7158093 for ; Mon, 4 Jul 2022 04:11:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE9CE0A88; Mon, 4 Jul 2022 04:11:06 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 53778E0A88 for ; Mon, 4 Jul 2022 04:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F3EDC341E17 for ; Mon, 4 Jul 2022 04:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E61050C for ; Mon, 4 Jul 2022 04:11:03 +0000 (UTC) From: "Alexey Zapparov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" Message-ID: <1656907859.5220af7d6e960068001809749c819c4e130f28a3.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zoxide/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/zoxide/zoxide-0.8.0-r1.ebuild app-shells/zoxide/zoxide-0.8.0.ebuild app-shells/zoxide/zoxide-0.8.2-r1.ebuild app-shells/zoxide/zoxide-0.8.2.ebuild X-VCS-Directories: app-shells/zoxide/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: 5220af7d6e960068001809749c819c4e130f28a3 X-VCS-Branch: dev Date: Mon, 4 Jul 2022 04:11:03 +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: ee7bd512-61d6-45bd-9c8c-dc805bf0baca X-Archives-Hash: f0435fc72dc431d9af434a934be57d37 commit: 5220af7d6e960068001809749c819c4e130f28a3 Author: Alexey Zapparov zapparov com> AuthorDate: Mon Jul 4 04:09:05 2022 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Mon Jul 4 04:10:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5220af7d app-shells/zoxide: fix QA_FLAGS_IGNORED QA_FLAGS_IGNORED needs a relative value. See: https://github.com/gentoo/guru/commit/751d9b97e6533a5d3963bf3bf4a0741d8b175648#r77611383 Signed-Off-By: Alexey Zapparov zapparov.com> app-shells/zoxide/{zoxide-0.8.0.ebuild => zoxide-0.8.0-r1.ebuild} | 2 +- app-shells/zoxide/{zoxide-0.8.2.ebuild => zoxide-0.8.2-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/zoxide/zoxide-0.8.0.ebuild b/app-shells/zoxide/zoxide-0.8.0-r1.ebuild similarity index 98% rename from app-shells/zoxide/zoxide-0.8.0.ebuild rename to app-shells/zoxide/zoxide-0.8.0-r1.ebuild index 265abbd1d..ccecf4abf 100644 --- a/app-shells/zoxide/zoxide-0.8.0.ebuild +++ b/app-shells/zoxide/zoxide-0.8.0-r1.ebuild @@ -117,7 +117,7 @@ LICENSE="CC0-1.0 MIT SLOT="0" KEYWORDS="~amd64" -QA_FLAGS_IGNORED="/usr/bin/zoxide" +QA_FLAGS_IGNORED="usr/bin/zoxide" src_install() { cargo_src_install diff --git a/app-shells/zoxide/zoxide-0.8.2.ebuild b/app-shells/zoxide/zoxide-0.8.2-r1.ebuild similarity index 98% rename from app-shells/zoxide/zoxide-0.8.2.ebuild rename to app-shells/zoxide/zoxide-0.8.2-r1.ebuild index df9da3df5..80e44741f 100644 --- a/app-shells/zoxide/zoxide-0.8.2.ebuild +++ b/app-shells/zoxide/zoxide-0.8.2-r1.ebuild @@ -161,7 +161,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -QA_FLAGS_IGNORED="/usr/bin/zoxide" +QA_FLAGS_IGNORED="usr/bin/zoxide" src_install() { cargo_src_install