summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-11-24 08:36:12 -0800
committerZac Medico <zmedico@gentoo.org>2010-11-24 08:36:12 -0800
commitb67030859e9800292f601d326d203abc6f9e9270 (patch)
treee1df43a13bf43fe39964068cfc1a859a50806728 /man
parent4f4508c0ae246ee66542a2529d9225d110373253 (diff)
downloadportage-b67030859e9800292f601d326d203abc6f9e9270.tar.gz
portage-b67030859e9800292f601d326d203abc6f9e9270.tar.bz2
portage-b67030859e9800292f601d326d203abc6f9e9270.zip
Revert use.unsatisfiable support for now.
The current implementation doesn't provide anything to distinguish it from use.mask, and it's arguable that another approach such as an atom syntax extension (for optional dependencies) would be more appropriate. This reverts commit 93ee6a847be949e7752c3c052d3eb0619e408b43.
Diffstat (limited to 'man')
-rw-r--r--man/portage.538
1 files changed, 0 insertions, 38 deletions
diff --git a/man/portage.5 b/man/portage.5
index 602569ab6..a3f7d38be 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -36,12 +36,10 @@ package.unmask
package.use
package.use.force
package.use.mask
-package.use.unsatisfiable
parent
profile.bashrc
use.force
use.mask
-use.unsatisfiable
virtuals
.fi
.TP
@@ -339,26 +337,6 @@ a '\-'.
x11\-libs/qt \-mysql
.fi
.TP
-.BR package.use.unsatisfiable
-Per\-package marking of USE flags as potentially unsatisfiable.
-
-.I Note:
-In a cascading profile setup, you can remove USE flags in children
-profiles which were added by parent profiles by prefixing the flag with
-a '\-'.
-
-.I Format:
-.nf
-\- comments begin with # (no inline comments)
-\- one DEPEND atom per line with space-delimited USE flags
-.fi
-
-.I Example:
-.nf
-# KDE is unstable on this architecture
-dev-vcs/subversion kde
-.fi
-.TP
.BR parent
This contains a path to the parent profile. It may be either relative or
absolute. The paths will be relative to the location of the profile. Most
@@ -409,22 +387,6 @@ doc
\-mysql
.fi
.TP
-.BR use.unsatisfiable
-Some USE flags enable optional dependencies, which are allowed to be
-unsatisfiable in some configurations. This is useful for stable packages,
-which have optional dependencies on unstable packages.
-
-.I Note:
-In a cascading profile setup, you can remove USE flags in children
-profiles which were added by parent profiles by prefixing the flag with
-a '\-'.
-
-.I Format:
-.nf
-\- comments begin with # (no inline comments)
-\- one USE flag per line
-.fi
-.TP
.BR virtuals
This controls what packages will provide a virtual by default. For example,
if a package needs to send e\-mail, it will need virtual/mta. In the absence