diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-01-06 03:57:58 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-06 03:58:26 +1100 |
commit | 3245ddfeed69b172734a7e4c6f3faa6ab995a230 (patch) | |
tree | bd1caeb21c31cac5e2df2dfbeda18005bbb48eb5 /sys-boot | |
parent | net-nds/389-ds-base: Revbump to add build patch provided by upstream (diff) | |
download | gentoo-3245ddfeed69b172734a7e4c6f3faa6ab995a230.tar.gz gentoo-3245ddfeed69b172734a7e4c6f3faa6ab995a230.tar.bz2 gentoo-3245ddfeed69b172734a7e4c6f3faa6ab995a230.zip |
sys-boot/os-prober: silence invalid multilib-strict warning
Gentoo-bug: 594250
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/os-prober/os-prober-1.71.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild b/sys-boot/os-prober/os-prober-1.71.ebuild index 9defe1b90da8..1a3bc8aeab53 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' |