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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6BF4138359 for ; Thu, 2 Jul 2020 22:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9615FE08FA; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7902EE08FA for ; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EF2934F059 for ; Thu, 2 Jul 2020 22:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 014692CE for ; Thu, 2 Jul 2020 22:36:28 +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: <1593729370.8dea9d6cf16bcb1b0d249b9fb17948a80b2851d1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/greetd/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/greetd/greetd-0.6.1.ebuild X-VCS-Directories: gui-libs/greetd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8dea9d6cf16bcb1b0d249b9fb17948a80b2851d1 X-VCS-Branch: master Date: Thu, 2 Jul 2020 22:36:28 +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: 4107d9a6-9dfa-4f3c-9542-8410db4fd5d1 X-Archives-Hash: 70de1241a261389375edee0025532e7c commit: 8dea9d6cf16bcb1b0d249b9fb17948a80b2851d1 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 2 22:16:27 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 2 22:36:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dea9d6c gui-libs/greetd: add QA_FLAGS_IGNORED PR: https://github.com/gentoo/gentoo/pull/16223 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> gui-libs/greetd/greetd-0.6.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui-libs/greetd/greetd-0.6.1.ebuild b/gui-libs/greetd/greetd-0.6.1.ebuild index ff58755b704..bf7c0b16faf 100644 --- a/gui-libs/greetd/greetd-0.6.1.ebuild +++ b/gui-libs/greetd/greetd-0.6.1.ebuild @@ -81,6 +81,8 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="man? ( app-text/scdoc )" +QA_FLAGS_IGNORED="usr/bin/.*greet.*" + PATCHES=( "${FILESDIR}/${P}-correct_user_config_toml.patch" )