From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0918C138334 for ; Mon, 18 Nov 2019 15:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B866E0841; Mon, 18 Nov 2019 15:44:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 359C8E0841 for ; Mon, 18 Nov 2019 15:44:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9FE334CFF4 for ; Mon, 18 Nov 2019 15:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7447E89F for ; Mon, 18 Nov 2019 15:44:20 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1574091842.5508d2d33d2187ac1ce3137dcc3aded05426ecf2.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/elfutils/ X-VCS-Repository: proj/musl X-VCS-Files: dev-libs/elfutils/elfutils-0.176-r1.ebuild dev-libs/elfutils/elfutils-0.177.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5508d2d33d2187ac1ce3137dcc3aded05426ecf2 X-VCS-Branch: master Date: Mon, 18 Nov 2019 15:44:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae26e745-f74e-48b8-bb38-831e9d603f3d X-Archives-Hash: 07551a8563aadfc2bc7aa146f7ac511e commit: 5508d2d33d2187ac1ce3137dcc3aded05426ecf2 Author: Gowtham Kudupudi ferryfair com> AuthorDate: Mon Nov 18 01:52:57 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Nov 18 15:44:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=5508d2d3 dev-libs/elfutils: spaces to tabs Signed-off-by: Gowtham Kudupudi ferryfair.com> Signed-off-by: Anthony G. Basile gentoo.org> dev-libs/elfutils/elfutils-0.176-r1.ebuild | 2 +- dev-libs/elfutils/elfutils-0.177.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/elfutils/elfutils-0.176-r1.ebuild b/dev-libs/elfutils/elfutils-0.176-r1.ebuild index 348a2c6..d8cb8fd 100644 --- a/dev-libs/elfutils/elfutils-0.176-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.176-r1.ebuild @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch "${FILESDIR}"/${PN}-0.173-reorder.patch "${FILESDIR}"/${PN}-0.176-portability-fixes.patch - "${FILESDIR}"/${PN}-0.176-dwarf_fregs.patch + "${FILESDIR}"/${PN}-0.176-dwarf_fregs.patch ) src_prepare() { diff --git a/dev-libs/elfutils/elfutils-0.177.ebuild b/dev-libs/elfutils/elfutils-0.177.ebuild index 9da2726..abaf490 100644 --- a/dev-libs/elfutils/elfutils-0.177.ebuild +++ b/dev-libs/elfutils/elfutils-0.177.ebuild @@ -30,8 +30,8 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-0.118-PaX-support.patch "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch - "${FILESDIR}"/${PN}-0.176-dwarf_fregs.patch - "${FILESDIR}"/${PN}-0.177-disable-large.patch + "${FILESDIR}"/${PN}-0.176-dwarf_fregs.patch + "${FILESDIR}"/${PN}-0.177-disable-large.patch "${FILESDIR}"/${PN}-0.177-portability-fixes.patch )