summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-09-27 18:56:19 +0000
committerIan Stakenvicius <axs@gentoo.org>2012-09-27 18:56:19 +0000
commitccd5d0359b37c5e705f978c975a58e18d5021b56 (patch)
treec759cc21503be356bfd2506ddd0e081148f59d8a /profiles/base
parentVersion bump. (diff)
downloadgentoo-2-ccd5d0359b37c5e705f978c975a58e18d5021b56.tar.gz
gentoo-2-ccd5d0359b37c5e705f978c975a58e18d5021b56.tar.bz2
gentoo-2-ccd5d0359b37c5e705f978c975a58e18d5021b56.zip
Added prefix flag to IUSE_IMPLICIT for EAPI=5 ebuild testing
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/ChangeLog5
-rw-r--r--profiles/base/make.defaults4
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog
index ec2f1e3f5b85..3b7ce44f81af 100644
--- a/profiles/base/ChangeLog
+++ b/profiles/base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.439 2012/09/25 15:15:45 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.440 2012/09/27 18:56:19 axs Exp $
+
+ 27 Sep 2012; Ian Stakenvicius <axs@gentoo.org> make.defaults:
+ Added prefix flag to IUSE_IMPLICIT for EAPI=5 ebuild testing
25 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
Mask gtk+[egl] since it's only useful with wayland.
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7cdb48dca8ff..d80155437918 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.85 2012/09/13 05:55:30 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.86 2012/09/27 18:56:19 axs Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
# Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
-IUSE_IMPLICIT=""
+IUSE_IMPLICIT="prefix"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"