From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB3FE1386F1 for ; Sun, 9 Aug 2015 09:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56377E07AE; Sun, 9 Aug 2015 09:23:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0215AE07AE for ; Sun, 9 Aug 2015 09:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 196433408EE for ; Sun, 9 Aug 2015 09:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0A0B9 for ; Sun, 9 Aug 2015 09:23:02 +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: <1439112364.5be178908d0d2714c1c8e44a3259341e4ebbf573.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/musl/musl-1.1.10-r1.ebuild sys-libs/musl/musl-9999.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5be178908d0d2714c1c8e44a3259341e4ebbf573 X-VCS-Branch: master Date: Sun, 9 Aug 2015 09:23:02 +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-Archives-Salt: 37c09e40-6545-4bbf-9fca-16f679998eef X-Archives-Hash: 6b2ece278cb3348eabd57562b01b0217 commit: 5be178908d0d2714c1c8e44a3259341e4ebbf573 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Aug 9 09:26:04 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Aug 9 09:26:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be17890 sys-libs/musl: fix epatch_user. Bug #557042. Package-Manager: portage-2.2.20 sys-libs/musl/musl-1.1.10-r1.ebuild | 3 +-- sys-libs/musl/musl-9999.ebuild | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-libs/musl/musl-1.1.10-r1.ebuild b/sys-libs/musl/musl-1.1.10-r1.ebuild index 3357f91..d6830e2 100644 --- a/sys-libs/musl/musl-1.1.10-r1.ebuild +++ b/sys-libs/musl/musl-1.1.10-r1.ebuild @@ -58,12 +58,11 @@ pkg_setup() { *) die "Use sys-devel/crossdev to build a musl toolchain" ;; esac fi - - epatch_user } src_prepare() { epatch "${FILESDIR}"/${P}-uselocale-0-fix.diff + epatch_user } src_configure() { diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild index 6d1ca35..f7c9ef0 100644 --- a/sys-libs/musl/musl-9999.ebuild +++ b/sys-libs/musl/musl-9999.ebuild @@ -58,7 +58,9 @@ pkg_setup() { *) die "Use sys-devel/crossdev to build a musl toolchain" ;; esac fi +} +src_prepare() { epatch_user }