commit:     3245ddfeed69b172734a7e4c6f3faa6ab995a230
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 16:57:58 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 16:58:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3245ddfe

sys-boot/os-prober: silence invalid multilib-strict warning

Gentoo-bug: 594250

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-boot/os-prober/os-prober-1.71.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild 
b/sys-boot/os-prober/os-prober-1.71.ebuild
index 9defe1b..1a3bc8a 100644
--- a/sys-boot/os-prober/os-prober-1.71.ebuild
+++ b/sys-boot/os-prober/os-prober-1.71.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,6 +16,9 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
+# bug 594250
+QA_MULTILIB_PATHS="usr/lib/os-prober/.*"
+
 src_prepare() {
        # use default GNU rules
        rm Makefile || die 'rm Makefile failed'

Reply via email to