Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/sandbox/
Date: Tue, 26 Feb 2019 12:56:04
Message-Id: 1551185590.ecccbd84f7ba545038597346fa4a9665783c3ae2.blueness@gentoo
1 commit: ecccbd84f7ba545038597346fa4a9665783c3ae2
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 12:53:10 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 12:53:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ecccbd84
7
8 sys-apps/sandbox: drop to just musl arches and fix white space
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/sandbox/sandbox-2.15.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/sandbox/sandbox-2.15.ebuild b/sys-apps/sandbox/sandbox-2.15.ebuild
17 index 68f5c58..eeb4c75 100644
18 --- a/sys-apps/sandbox/sandbox-2.15.ebuild
19 +++ b/sys-apps/sandbox/sandbox-2.15.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
26 IUSE=""
27
28 DEPEND="app-arch/xz-utils
29 @@ -26,9 +26,9 @@ sandbox_death_notice() {
30 }
31
32 src_prepare() {
33 - eapply "${FILESDIR}"/${PN}-2.11-musl.patch
34 - eapply "${FILESDIR}"/${PN}-2.10-fix-visibility-musl.patch
35 - eapply_user
36 + eapply "${FILESDIR}"/${PN}-2.11-musl.patch
37 + eapply "${FILESDIR}"/${PN}-2.10-fix-visibility-musl.patch
38 + eapply_user
39 }
40
41 multilib_src_configure() {