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 EB6431384B4 for ; Wed, 2 Dec 2015 20:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 226B721C016; Wed, 2 Dec 2015 20:51:08 +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 B95A521C016 for ; Wed, 2 Dec 2015 20:51:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A19334082B for ; Wed, 2 Dec 2015 20:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 775C199E for ; Wed, 2 Dec 2015 20:51:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1449089355.237e4f10e23aa80d1053fe1e9039fddca080fd30.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.24.1.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 237e4f10e23aa80d1053fe1e9039fddca080fd30 X-VCS-Branch: master Date: Wed, 2 Dec 2015 20:51: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: ae2d124a-3a73-4d9c-b500-d4554c860089 X-Archives-Hash: 760f813a4426d3833437442640eec2f1 commit: 237e4f10e23aa80d1053fe1e9039fddca080fd30 Author: Mike Gilbert gentoo org> AuthorDate: Wed Dec 2 20:49:15 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Dec 2 20:49:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237e4f10 sys-apps/busybox: Name patches explicitly Globbing was ordering them differently depending on LC_COLLATE. Bug: https://bugs.gentoo.org/567340 Package-Manager: portage-2.2.26_p3 sys-apps/busybox/busybox-1.24.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/busybox/busybox-1.24.1.ebuild b/sys-apps/busybox/busybox-1.24.1.ebuild index 819b655..562c6c7 100644 --- a/sys-apps/busybox/busybox-1.24.1.ebuild +++ b/sys-apps/busybox/busybox-1.24.1.ebuild @@ -67,7 +67,9 @@ src_prepare() { # patches go here! epatch "${FILESDIR}"/${PN}-1.19.0-bb.patch - epatch "${FILESDIR}"/${P}-*.patch + epatch "${FILESDIR}"/busybox-1.24.1-trylink-ldflags.patch + epatch "${FILESDIR}"/busybox-1.24.1-unzip.patch + epatch "${FILESDIR}"/busybox-1.24.1-unzip-regression.patch cp "${FILESDIR}"/ginit.c init/ || die # flag cleanup