diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-12 05:55:30 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-12 05:55:30 +0000 |
commit | a14dcd275546a6622d5b7ace5a2484e61f419b7e (patch) | |
tree | 3d0668766b811e9ad62f5cdd81f8a21d8def548a | |
parent | Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs. (diff) | |
download | portage-2.2_rc46.tar.gz portage-2.2_rc46.tar.bz2 portage-2.2_rc46.zip |
Add a note about ACCEPT_LICENSE.v2.2_rc46
svn path=/main/trunk/; revision=14593
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 57274f942..81ac86682 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,10 @@ portage-2.1.7 require a tty device (like the wget progress bar) will be disabled. This is due to an upstream python issue: http://bugs.python.org/issue5380. See bug #287648 for more information. +* Licenses in the @EULA license group are now masked by the default + ACCEPT_LICENSE setting. You can unmask all licenses by setting + ACCEPT_LICENSE="*" in /etc/make.conf. See the make.conf(5) man page for + more information about ACCEPT_LICENSE. portage-2.1.6.12 ================================== |