summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2005-06-14 14:55:23 +0000
committerMarius Mauch <genone@gentoo.org>2005-06-14 14:55:23 +0000
commitf8e94653f9c496bee7cc49d6f02026704f3491fc (patch)
treedbf60746f48a871d2ef000d48d89502026addd04
parentuse %p instead of %F for outputting stuff from scanelf (diff)
downloadportage-cvs-f8e94653f9c496bee7cc49d6f02026704f3491fc.tar.gz
portage-cvs-f8e94653f9c496bee7cc49d6f02026704f3491fc.tar.bz2
portage-cvs-f8e94653f9c496bee7cc49d6f02026704f3491fc.zip
remove reference to non-existant profiles/use.mask
-rw-r--r--ChangeLog6
-rw-r--r--man/portage.59
2 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bf49f3..2d0bb16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.796.2.133 2005/06/13 04:22:03 vapier Exp $
+# $Id: ChangeLog,v 1.796.2.134 2005/06/14 14:55:23 genone Exp $
MAJOR CHANGES in 2.0.51:
1. /var/cache/edb/virtuals is no longer used at all. It's calculated now.
2. /var/cache/edb/world is now /var/lib/portage/world.
3. /etc/portage/profile/virtuals is _USER_ configs only.
+ 14 Jun 2005; Marius Mauch <genone@gentoo.org> man/portage.5:
+ Remove references to non-existant $PORTDIR/profiles/use.mask and revert
+ the "fix" for bug 87173.
+
13 Jun 2005; Mike Frysinger <vapier@gentoo.org> bin/ebuild.sh:
Use the %p output modifier instead of %F so we don't have to update the
output by removing all the $D references.
diff --git a/man/portage.5 b/man/portage.5
index ce81469..050b95c 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -59,7 +59,6 @@ profiles.desc
thirdpartymirrors
use.desc
use.local.desc
-use.mask
.fi
.TP
.BR /var/lib/portage/
@@ -437,7 +436,7 @@ virtual/aspell\-dict app\-dicts/aspell\-en
.TP
.BR /usr/portage/profiles/
Global Gentoo settings that are controlled by the developers. To override
-these settings, you can use the files in \fB/etc/portage/profile/\fR.
+these settings, you can use the files in \fB/etc/portage/\fR.
.RS
.TP
.BR arch.list
@@ -571,10 +570,6 @@ app\-editors/nano:justify \- Toggles the justify option
dev\-libs/DirectFB:fusion \- Adds Multi Application support
games\-emulation/xmess:net \- Adds network support
.fi
-.TP
-.BR use.mask
-Just like the \fBuse.mask\fR found in \fB/etc/make.profile/\fR. See
-above for more information.
.RE
.TP
.BR /var/lib/portage/
@@ -615,4 +610,4 @@ Please report bugs via http://bugs.gentoo.org/
.BR ebuild (5),
.BR make.conf (5)
.SH "CVS HEADER"
-$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/portage.5,v 1.17.2.10 2005/05/27 02:28:05 vapier Exp $
+$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/portage.5,v 1.17.2.11 2005/06/14 14:55:23 genone Exp $