From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A7EF138334 for ; Mon, 11 Mar 2019 12:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 709C7E0AFE; Mon, 11 Mar 2019 12:51:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4472AE0AFE for ; Mon, 11 Mar 2019 12:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9D65335D16 for ; Mon, 11 Mar 2019 12:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FA3E503 for ; Mon, 11 Mar 2019 12:51:10 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1552308634.541e96f90d3ff61c4cf1424028c102d0a3737e50.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.16.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 541e96f90d3ff61c4cf1424028c102d0a3737e50 X-VCS-Branch: master Date: Mon, 11 Mar 2019 12:51:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f10da289-482c-4134-800b-f4acd5e61bd9 X-Archives-Hash: bf896a853342e7ff265e0783ca4e394d commit: 541e96f90d3ff61c4cf1424028c102d0a3737e50 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Mar 11 12:50:34 2019 +0000 Commit: Andreas K. Hüttel gentoo 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 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() {