Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/
Date: Tue, 09 Apr 2019 08:21:06
Message-Id: 1554798057.0a1439fb54cc039cb556fe925933e9ecf057117e.slyfox@gentoo
1 commit: 0a1439fb54cc039cb556fe925933e9ecf057117e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 08:20:50 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 08:20:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1439fb
7
8 dev-libs/elfutils: disable biarch test on 0.173-r1 as well
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-libs/elfutils/elfutils-0.173-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/elfutils/elfutils-0.173-r1.ebuild b/dev-libs/elfutils/elfutils-0.173-r1.ebuild
17 index 0b41180c4eb..3fd16930d68 100644
18 --- a/dev-libs/elfutils/elfutils-0.173-r1.ebuild
19 +++ b/dev-libs/elfutils/elfutils-0.173-r1.ebuild
20 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
21 PATCHES=(
22 "${FILESDIR}"/${PN}-0.118-PaX-support.patch
23 "${FILESDIR}"/${PN}-0.173-partial-core.patch
24 + "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
25 )
26
27 src_prepare() {