summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-03-11 13:50:34 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-03-11 13:50:34 +0100
commit541e96f90d3ff61c4cf1424028c102d0a3737e50 (patch)
tree8e54c81ee42579df3ade0cf319d865b05c580c0e
parentsys-kernel/vanilla-sources: Automated version bump to {4.19.28,4.20.15,5.0.1}... (diff)
downloadgentoo-541e96f9.tar.gz
gentoo-541e96f9.tar.bz2
gentoo-541e96f9.zip
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@gentoo.org>
-rw-r--r--sys-apps/sandbox/sandbox-2.16.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/sandbox/sandbox-2.16.ebuild b/sys-apps/sandbox/sandbox-2.16.ebuild
index c9a20113634c..43b596cac7a2 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() {