Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unzip/
Date: Tue, 21 Sep 2021 08:20:04
Message-Id: 1632211043.433e5aad289b25310872182c0ac4240249e98abf.mgorny@gentoo
1 commit: 433e5aad289b25310872182c0ac4240249e98abf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 07:57:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 07:57:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433e5aad
7
8 app-arch/unzip: Add missing multilib inherit
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/unzip/unzip-6.0_p26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/unzip/unzip-6.0_p26.ebuild b/app-arch/unzip/unzip-6.0_p26.ebuild
16 index c28b2e38258..b28a3acf9fc 100644
17 --- a/app-arch/unzip/unzip-6.0_p26.ebuild
18 +++ b/app-arch/unzip/unzip-6.0_p26.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit toolchain-funcs flag-o-matic
24 +inherit flag-o-matic multilib toolchain-funcs
25
26 MY_PV="${PV//.}"
27 MY_PV="${MY_PV%_p*}"