summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-12 05:55:39 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-12 05:55:39 +0000
commit3bac1c3fab62ea9a433ee78c8feed55e73a7a183 (patch)
treeb9e840a6dab0b8a20f28c9aabd3aa14670a93e0e /RELEASE-NOTES
parent5b033d0ee813202f04aa10ab44d022387eb03489 (diff)
downloadportage-3bac1c3fab62ea9a433ee78c8feed55e73a7a183.tar.gz
portage-3bac1c3fab62ea9a433ee78c8feed55e73a7a183.tar.bz2
portage-3bac1c3fab62ea9a433ee78c8feed55e73a7a183.zip
Add a note about ACCEPT_LICENSE. (trunk r14593)v2.1.7.1
svn path=/main/branches/2.1.7/; revision=14594
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 745437ffe..8807d8f9e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,6 +11,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
==================================