diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | man/portage.5 | 7 |
2 files changed, 5 insertions, 7 deletions
@@ -1,12 +1,15 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.989 2005/06/13 04:23:46 vapier Exp $ +# $Id: ChangeLog,v 1.990 2005/06/14 14:53:05 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. + 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 c84881d..b0c32e7 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -51,7 +51,6 @@ package.mask thirdpartymirrors use.desc use.local.desc -use.mask .fi .TP .BR /var/lib/portage/ @@ -513,10 +512,6 @@ dev\-games/clanlib:clanJavaScript \- Enables javascript support 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/ @@ -557,4 +552,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.19 2005/05/03 07:20:14 jstubbs Exp $ +$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/portage.5,v 1.20 2005/06/14 14:53:05 genone Exp $ |