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 777E6138335 for ; Tue, 26 Feb 2019 12:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44861E087C; Tue, 26 Feb 2019 12:56:03 +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 1AD8AE0874 for ; Tue, 26 Feb 2019 12:56:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 418B3335C8E for ; Tue, 26 Feb 2019 12:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A15D2550 for ; Tue, 26 Feb 2019 12:55:59 +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: <1551185590.ecccbd84f7ba545038597346fa4a9665783c3ae2.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/sandbox/ X-VCS-Repository: proj/musl X-VCS-Files: sys-apps/sandbox/sandbox-2.15.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ecccbd84f7ba545038597346fa4a9665783c3ae2 X-VCS-Branch: master Date: Tue, 26 Feb 2019 12:55:59 +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: 0c5760be-5f4f-4aea-9217-6258bbfeb4c7 X-Archives-Hash: c15bc436cf52cb047a28400c54beb57e commit: ecccbd84f7ba545038597346fa4a9665783c3ae2 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Feb 26 12:53:10 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Feb 26 12:53:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ecccbd84 sys-apps/sandbox: drop to just musl arches and fix white space Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-apps/sandbox/sandbox-2.15.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/sandbox/sandbox-2.15.ebuild b/sys-apps/sandbox/sandbox-2.15.ebuild index 68f5c58..eeb4c75 100644 --- a/sys-apps/sandbox/sandbox-2.15.ebuild +++ b/sys-apps/sandbox/sandbox-2.15.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86" IUSE="" DEPEND="app-arch/xz-utils @@ -26,9 +26,9 @@ sandbox_death_notice() { } src_prepare() { - eapply "${FILESDIR}"/${PN}-2.11-musl.patch - eapply "${FILESDIR}"/${PN}-2.10-fix-visibility-musl.patch - eapply_user + eapply "${FILESDIR}"/${PN}-2.11-musl.patch + eapply "${FILESDIR}"/${PN}-2.10-fix-visibility-musl.patch + eapply_user } multilib_src_configure() {