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 7116E138334 for ; Thu, 28 Mar 2019 12:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71319E0B05; Thu, 28 Mar 2019 12:17:37 +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 4AE6DE0B05 for ; Thu, 28 Mar 2019 12:17:37 +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 F1FDF335C8E for ; Thu, 28 Mar 2019 12:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1294520 for ; Thu, 28 Mar 2019 12:17:32 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1553775444.d16d48b37a492c9eaac8acaceff88621f195eedc.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout-prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild sys-apps/baselayout-prefix/metadata.xml X-VCS-Directories: sys-apps/baselayout-prefix/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d16d48b37a492c9eaac8acaceff88621f195eedc X-VCS-Branch: master Date: Thu, 28 Mar 2019 12:17:32 +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: e45112fd-0882-49ca-8cb6-d1319e53e983 X-Archives-Hash: 4b272f8ec07e918ebfb81b9ab217ab09 commit: d16d48b37a492c9eaac8acaceff88621f195eedc Author: Fabian Groffen gentoo org> AuthorDate: Thu Mar 28 12:16:45 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Mar 28 12:17:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16d48b3 Revert "sys-apps/baselayout-prefix: add prefix-{stack,guest} to IUSE" This reverts commit 0edca5cada92e8e5432f2c2a4788a0ac96313f5a. The system that barfed on this used an make.profile pointing to an older tree. Sorry. Signed-off-by: Fabian Groffen gentoo.org> sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild | 2 +- sys-apps/baselayout-prefix/metadata.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild index 587cfcefeab..b689642fcbb 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild @@ -22,7 +22,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr prefix-stack prefix-guest" +IUSE="build kernel_FreeBSD kernel_linux +split-usr" my_prefix_commits=( # commits in reverse order as listed by: diff --git a/sys-apps/baselayout-prefix/metadata.xml b/sys-apps/baselayout-prefix/metadata.xml index 3b6382b8924..cbee92f245c 100644 --- a/sys-apps/baselayout-prefix/metadata.xml +++ b/sys-apps/baselayout-prefix/metadata.xml @@ -6,7 +6,5 @@ Enable this if /bin and /usr/bin are separate directories - Add support for stacked Prefix install - Configure for Prefix on top of host OS libc