commit:     ecccbd84f7ba545038597346fa4a9665783c3ae2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 12:53:10 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> 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 <blueness <AT> 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() {

Reply via email to