summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-04 17:09:31 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-04 17:09:31 -0700
commita3c8235f9ebcbdcfec466ea775e3ffa4ff171132 (patch)
treee04dc27ff774e30636ac3539779fcede56b354fe /RELEASE-NOTES
parentb8b3dfdd6a0fd8405d1b0979727febe182b7d17d (diff)
downloadportage-a3c8235f9ebcbdcfec466ea775e3ffa4ff171132.tar.gz
portage-a3c8235f9ebcbdcfec466ea775e3ffa4ff171132.tar.bz2
portage-a3c8235f9ebcbdcfec466ea775e3ffa4ff171132.zip
Refere to package.accept_keywords instead of package.keywords in
the release note about emerge --autounmask.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9270b3eff..e04b198b5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -30,7 +30,7 @@ portage-2.1.9
package name parts of the atoms.
* The functionality of the autounmask program is emulated by the new emerge
--autounmask option, which outputs required configuration changes for
- package.keywords and package.use.
+ package.accept_keywords and package.use.
* The new emerge --exclude option allows packages to be excluded from the
dependency resolution. Doing so might result in a fatal error. See the
emerge(1) man page for details.