diff options
author | Ruud Koolen <redlizard@gentoo.org> | 2014-12-15 20:52:04 +0000 |
---|---|---|
committer | Ruud Koolen <redlizard@gentoo.org> | 2014-12-15 20:52:04 +0000 |
commit | dcf00f48ed04c7d77e20c56b809ef4c9739823ed (patch) | |
tree | f44a143d98be46c905a14ab4c178054811220697 /profiles/features | |
parent | Add missing dep on dev-qt/designer (bug 530686). (diff) | |
download | gentoo-2-dcf00f48ed04c7d77e20c56b809ef4c9739823ed.tar.gz gentoo-2-dcf00f48ed04c7d77e20c56b809ef4c9739823ed.tar.bz2 gentoo-2-dcf00f48ed04c7d77e20c56b809ef4c9739823ed.zip |
Moved several nonlinux-specific clauses from /profiles/features/prefix to /profiles/prefix.
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/Changelog | 6 | ||||
-rw-r--r-- | profiles/features/prefix/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/features/prefix/packages | 4 | ||||
-rw-r--r-- | profiles/features/prefix/rpath/packages | 5 |
4 files changed, 8 insertions, 15 deletions
diff --git a/profiles/features/prefix/Changelog b/profiles/features/prefix/Changelog index 15dff508dd17..e9fa3f849264 100644 --- a/profiles/features/prefix/Changelog +++ b/profiles/features/prefix/Changelog @@ -1,6 +1,10 @@ # ChangeLog for profiles/features/prefix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.5 2014/12/15 20:37:31 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.6 2014/12/15 20:52:04 redlizard Exp $ + + 15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> package.use.mask, packages, + rpath/packages: + Moved several nonlinux-specific clauses to /profiles/prefix. 15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> rpath/use.force, rpath/use.mask, standalone/eapi, standalone/parent: diff --git a/profiles/features/prefix/package.use.mask b/profiles/features/prefix/package.use.mask index 32aa199eaf49..84670af0a4c9 100644 --- a/profiles/features/prefix/package.use.mask +++ b/profiles/features/prefix/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/package.use.mask,v 1.1 2014/01/18 02:01:20 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/package.use.mask,v 1.2 2014/12/15 20:52:04 redlizard Exp $ # Kacper Kowalik <xarthisius@gentoo.org> (14 Jan 2012) # sci-libs/mkl don't have prefix keywords @@ -12,12 +12,6 @@ dev-python/numexpr mkl # about failing packages when using a vanilla compiler! sys-devel/gcc vanilla -# Fabian Groffen <grobian@gentoo.org> (23 Oct 2010) -# IPC relies on pipes, selects, polls, and more stuff that Python is -# very bad with, that really causes way more issues than it is worth to -# have some boundary bugs solved and more robust subshell die support -sys-apps/portage ipc - # Rafael Goncalves Martins <rafaelmartins@gentoo.org> (29 Sep 2010) # dev-libs/judy without prefix keywords # (amd64-linux and x86-linux) diff --git a/profiles/features/prefix/packages b/profiles/features/prefix/packages index fca85af9464b..1eaa183835b6 100644 --- a/profiles/features/prefix/packages +++ b/profiles/features/prefix/packages @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/packages,v 1.1 2014/01/18 02:01:20 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/packages,v 1.2 2014/12/15 20:52:04 redlizard Exp $ # Gentoo Base Prefix Profile @@ -17,8 +17,6 @@ -*>=sys-apps/baselayout-2 -*net-misc/iputils -*sys-apps/kbd --*sys-process/procps --*sys-process/psmisc -*sys-fs/e2fsprogs -*virtual/dev-manager -*virtual/modutils diff --git a/profiles/features/prefix/rpath/packages b/profiles/features/prefix/rpath/packages index 3dd03bccce18..df4dce436626 100644 --- a/profiles/features/prefix/rpath/packages +++ b/profiles/features/prefix/rpath/packages @@ -1,9 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/packages,v 1.1 2014/01/18 02:01:20 redlizard Exp $ - -# we don't want binutils everywhere, only in linux and solaris --*sys-devel/binutils +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/rpath/packages,v 1.2 2014/12/15 20:52:04 redlizard Exp $ # we don't ever will install these, so no need to depend on them -*virtual/libc |