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 C3D88138334 for ; Thu, 28 Mar 2019 12:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8973E0AFF; Thu, 28 Mar 2019 12:04:50 +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 A14B3E0AFF for ; Thu, 28 Mar 2019 12:04:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 175C0335C78 for ; Thu, 28 Mar 2019 12:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82969520 for ; Thu, 28 Mar 2019 12:04:46 +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: <1553774681.0edca5cada92e8e5432f2c2a4788a0ac96313f5a.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: 0edca5cada92e8e5432f2c2a4788a0ac96313f5a X-VCS-Branch: master Date: Thu, 28 Mar 2019 12:04:46 +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: f759c6d3-8c43-46e3-b984-c008a75483f0 X-Archives-Hash: ffbfbfb43ff25acf6b493cc624296b7d commit: 0edca5cada92e8e5432f2c2a4788a0ac96313f5a Author: Fabian Groffen gentoo org> AuthorDate: Thu Mar 28 12:04:31 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Mar 28 12:04:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edca5ca sys-apps/baselayout-prefix: add prefix-{stack,guest} to IUSE Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild | 2 +- sys-apps/baselayout-prefix/metadata.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 b689642fcbb..587cfcefeab 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" +IUSE="build kernel_FreeBSD kernel_linux +split-usr prefix-stack prefix-guest" 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 cbee92f245c..3b6382b8924 100644 --- a/sys-apps/baselayout-prefix/metadata.xml +++ b/sys-apps/baselayout-prefix/metadata.xml @@ -6,5 +6,7 @@ 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