Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/aufs-util/
Date: Thu, 30 May 2019 12:02:11
Message-Id: 1559217433.b5796241c71085b5b62ddb71c1d1fe43388baa16.pacho@gentoo
1 commit: b5796241c71085b5b62ddb71c1d1fe43388baa16
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 11:57:13 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 11:57:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5796241
7
8 sys-fs/aufs-util: Fix multilib dirs
9
10 Closes: https://bugs.gentoo.org/677994
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild b/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild
18 index d68a80251fa..98b1a6c96ea 100644
19 --- a/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild
20 +++ b/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -26,6 +26,7 @@ src_prepare() {
28 sed \
29 -e "/LDFLAGS += -static -s/d" \
30 -e "/CFLAGS/s:-O::g" \
31 + -e "s:/usr/lib:/usr/$(get_libdir):g" \
32 -i Makefile || die
33
34 sed \