aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-02-26 07:53:10 -0500
committerAnthony G. Basile <blueness@gentoo.org>2019-02-26 07:53:10 -0500
commitecccbd84f7ba545038597346fa4a9665783c3ae2 (patch)
tree968e0997d3b295588ffb50b1cc5e7ce801e797b7
parentsys-apps/sandbox:bump to 2.15 (diff)
downloadmusl-ecccbd84.tar.gz
musl-ecccbd84.tar.bz2
musl-ecccbd84.zip
sys-apps/sandbox: drop to just musl arches and fix white space
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--sys-apps/sandbox/sandbox-2.15.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/sandbox/sandbox-2.15.ebuild b/sys-apps/sandbox/sandbox-2.15.ebuild
index 68f5c580..eeb4c753 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() {