Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/
Date: Mon, 11 Mar 2019 12:51:14
Message-Id: 1552308634.541e96f90d3ff61c4cf1424028c102d0a3737e50.dilfridge@gentoo
1 commit: 541e96f90d3ff61c4cf1424028c102d0a3737e50
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 12:50:34 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 12:50:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541e96f9
7
8 sys-apps/sandbox: Restore keywords; drop obsolete pch handling
9
10 Bug: https://bugs.gentoo.org/672918
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-apps/sandbox/sandbox-2.16.ebuild | 8 ++------
15 1 file changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-apps/sandbox/sandbox-2.16.ebuild b/sys-apps/sandbox/sandbox-2.16.ebuild
18 index c9a20113634..43b596cac7a 100644
19 --- a/sys-apps/sandbox/sandbox-2.16.ebuild
20 +++ b/sys-apps/sandbox/sandbox-2.16.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
27 IUSE=""
28
29 DEPEND="app-arch/xz-utils
30 @@ -28,11 +28,7 @@ sandbox_death_notice() {
31 multilib_src_configure() {
32 filter-lfs-flags #90228
33
34 - local myconf=()
35 - host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092
36 -
37 - ECONF_SOURCE="${S}" \
38 - econf "${myconf[@]}"
39 + ECONF_SOURCE="${S}" econf
40 }
41
42 multilib_src_test() {