commit:     541e96f90d3ff61c4cf1424028c102d0a3737e50
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 12:50:34 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 12:50:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541e96f9

sys-apps/sandbox: Restore keywords; drop obsolete pch handling

Bug: https://bugs.gentoo.org/672918
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-apps/sandbox/sandbox-2.16.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/sys-apps/sandbox/sandbox-2.16.ebuild 
b/sys-apps/sandbox/sandbox-2.16.ebuild
index c9a20113634..43b596cac7a 100644
--- a/sys-apps/sandbox/sandbox-2.16.ebuild
+++ b/sys-apps/sandbox/sandbox-2.16.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils
@@ -28,11 +28,7 @@ sandbox_death_notice() {
 multilib_src_configure() {
        filter-lfs-flags #90228
 
-       local myconf=()
-       host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092
-
-       ECONF_SOURCE="${S}" \
-       econf "${myconf[@]}"
+       ECONF_SOURCE="${S}" econf
 }
 
 multilib_src_test() {

Reply via email to