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 8A3FE138350 for ; Thu, 5 Mar 2020 19:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8FEE0922; Thu, 5 Mar 2020 19:52:00 +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 8DD96E0922 for ; Thu, 5 Mar 2020 19:52:00 +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 2667A34EC6F for ; Thu, 5 Mar 2020 19:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89AA145 for ; Thu, 5 Mar 2020 19:51:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1583437912.9c1d35ba52eb480bee7e07e1161b0a398822667a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.7.0-r1.ebuild media-libs/libvpx/libvpx-1.8.2.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9c1d35ba52eb480bee7e07e1161b0a398822667a X-VCS-Branch: master Date: Thu, 5 Mar 2020 19:51:57 +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: 78689b38-f9d5-416d-9955-d32722623728 X-Archives-Hash: 80ede8242f3b44402ab478d32869f2a8 commit: 9c1d35ba52eb480bee7e07e1161b0a398822667a Author: Mike Gilbert gentoo org> AuthorDate: Thu Mar 5 19:51:52 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 5 19:51:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1d35ba media-libs/libvpx: silence repoman warnings about addpredict Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113 Signed-off-by: Mike Gilbert gentoo.org> media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 8 ++++---- media-libs/libvpx/libvpx-1.8.2.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild index 1926e34ee05..0a47eac08b5 100644 --- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild @@ -52,10 +52,10 @@ src_configure() { # https://bugs.gentoo.org/show_bug.cgi?id=384585 # https://bugs.gentoo.org/show_bug.cgi?id=465988 # copied from php-pear-r1.eclass - addpredict /usr/share/snmp/mibs/.index - addpredict /var/lib/net-snmp/ - addpredict /var/lib/net-snmp/mib_indexes - addpredict /session_mm_cli0.sem + addpredict /usr/share/snmp/mibs/.index #nowarn + addpredict /var/lib/net-snmp/ #nowarn + addpredict /var/lib/net-snmp/mib_indexes #nowarn + addpredict /session_mm_cli0.sem #nowarn multilib-minimal_src_configure } diff --git a/media-libs/libvpx/libvpx-1.8.2.ebuild b/media-libs/libvpx/libvpx-1.8.2.ebuild index 02d9e8dd432..31d177445f1 100644 --- a/media-libs/libvpx/libvpx-1.8.2.ebuild +++ b/media-libs/libvpx/libvpx-1.8.2.ebuild @@ -47,10 +47,10 @@ src_configure() { # https://bugs.gentoo.org/show_bug.cgi?id=384585 # https://bugs.gentoo.org/show_bug.cgi?id=465988 # copied from php-pear-r1.eclass - addpredict /usr/share/snmp/mibs/.index - addpredict /var/lib/net-snmp/ - addpredict /var/lib/net-snmp/mib_indexes - addpredict /session_mm_cli0.sem + addpredict /usr/share/snmp/mibs/.index #nowarn + addpredict /var/lib/net-snmp/ #nowarn + addpredict /var/lib/net-snmp/mib_indexes #nowarn + addpredict /session_mm_cli0.sem #nowarn multilib-minimal_src_configure }