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 F32531382C5 for ; Sun, 28 Feb 2021 10:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52109E0844; Sun, 28 Feb 2021 10:11:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3CCF2E0844 for ; Sun, 28 Feb 2021 10:11:17 +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 23FCC3410AF for ; Sun, 28 Feb 2021 10:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A27A2A9 for ; Sun, 28 Feb 2021 10:11:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614507068.0bca19a203b9734acebaabc75d107ef5444288cb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-imonlcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild X-VCS-Directories: media-plugins/vdr-imonlcd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0bca19a203b9734acebaabc75d107ef5444288cb X-VCS-Branch: master Date: Sun, 28 Feb 2021 10:11:14 +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: 5981b7f5-8a0c-4a00-acde-4c77674aaa6d X-Archives-Hash: 7210efb5a4cd6a183fcf09d75d9125b9 commit: 0bca19a203b9734acebaabc75d107ef5444288cb Author: Martin Dummer gmx net> AuthorDate: Sun Feb 28 10:10:11 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 28 10:11:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bca19a2 media-plugins/vdr-imonlcd: fix QA notice fix QA notice about unrespected CFLAGS Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Martin Dummer gmx.net> Closes: https://github.com/gentoo/gentoo/pull/19604 Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild index 7f33b6998b5..2a66910fab9 100644 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild +++ b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild @@ -20,6 +20,9 @@ RDEPEND=" virtual/udev" DEPEND="${RDEPEND} media-video/vdr" +QA_FLAGS_IGNORED=" + usr/lib/vdr/plugins/libvdr-.* + usr/lib64/vdr/plugins/libvdr-.*" DOCS=( HISTORY