sys-boot/os-prober: silence invalid multilib-strict warning
authorMichael Palimaka <kensington@gentoo.org>
Thu, 5 Jan 2017 16:57:58 +0000 (03:57 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 5 Jan 2017 16:58:26 +0000 (03:58 +1100)
Gentoo-bug: 594250

Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-boot/os-prober/os-prober-1.71.ebuild

index 9defe1b90da828df11f55a9167fdb12139196de9..1a3bc8aeab532ccb1f8e2a6b0d64c5d890911236 100644 (file)
@@ -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'