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 65773139694 for ; Tue, 11 Apr 2017 11:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9B3521C123; Tue, 11 Apr 2017 11:47:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F4921C123 for ; Tue, 11 Apr 2017 11:47:47 +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 D304433E4AD for ; Tue, 11 Apr 2017 11:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FDA69BC for ; Tue, 11 Apr 2017 11:47:45 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1491911243.f82dc7af5c672da67c683ad219d4b609d66f0f2b.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/embedded/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults profiles/base/use.mask profiles/embedded/make.defaults profiles/embedded/use.mask X-VCS-Directories: profiles/embedded/ profiles/base/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: f82dc7af5c672da67c683ad219d4b609d66f0f2b X-VCS-Branch: master Date: Tue, 11 Apr 2017 11:47:45 +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-Archives-Salt: c4b6976e-d0bc-4691-9c92-eedfd5750d9b X-Archives-Hash: 41937d2b8666ebadc2513dc4382dd13a commit: f82dc7af5c672da67c683ad219d4b609d66f0f2b Author: Michael Haubenwallner gentoo org> AuthorDate: Tue Apr 11 11:47:13 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Tue Apr 11 11:47:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82dc7af profiles: add 'prefix-chain' to IUSE_IMPLICIT, use.masked profiles/base/make.defaults | 2 +- profiles/base/use.mask | 1 + profiles/embedded/make.defaults | 2 +- profiles/embedded/use.mask | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index c177850ab54..acf5b268cd1 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -5,7 +5,7 @@ # See portage(5) manpage # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later) -IUSE_IMPLICIT="prefix prefix-guest" +IUSE_IMPLICIT="prefix prefix-chain prefix-guest" USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6b1037a6d44..3af2a93afa8 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -66,6 +66,7 @@ coreaudio # Jeremy Olexa # The prefix USE flags should never be used on non prefix profiles prefix +prefix-chain prefix-guest # Diego E. Pettenò (19 Oct 2010) diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index 120bf5438ea..0a6f3ed3cd7 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -17,7 +17,7 @@ USERLAND="GNU" LINGUAS="en" # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later) -IUSE_IMPLICIT="prefix prefix-guest" +IUSE_IMPLICIT="prefix prefix-chain prefix-guest" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt" diff --git a/profiles/embedded/use.mask b/profiles/embedded/use.mask index e8facd1c579..4786ba583a3 100644 --- a/profiles/embedded/use.mask +++ b/profiles/embedded/use.mask @@ -1,6 +1,7 @@ # Zac Medico # must use a prefix profile prefix +prefix-chain # Chris PeBenito # must use a SELinux profile