Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/
Date: Sat, 03 Oct 2015 18:07:40
Message-Id: 1443895637.6723e43b6a141a2b49e6bb8f4052cd52d9de4db3.floppym@gentoo
1 commit: 6723e43b6a141a2b49e6bb8f4052cd52d9de4db3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 18:03:03 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 18:07:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6723e43b
7
8 sys-libs/efivar: Unset LIBS
9
10 Bug: https://bugs.gentoo.org/562004
11
12 Package-Manager: portage-2.2.22_p5
13
14 sys-libs/efivar/efivar-0.21.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sys-libs/efivar/efivar-0.21.ebuild b/sys-libs/efivar/efivar-0.21.ebuild
18 index 315212d..29fb870 100644
19 --- a/sys-libs/efivar/efivar-0.21.ebuild
20 +++ b/sys-libs/efivar/efivar-0.21.ebuild
21 @@ -24,4 +24,5 @@ src_prepare() {
22 src_configure() {
23 tc-export CC
24 export libdir="/usr/$(get_libdir)"
25 + unset LIBS # Bug 562004
26 }