summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-07-05 05:46:56 +0000
committerMarius Mauch <genone@gentoo.org>2007-07-05 05:46:56 +0000
commitce666e41f9b924c758ef54a0ed73e7fc0f824958 (patch)
tree9cddaae7bc33116c4cb7978a7d198d8134f9c47e
parentReplace sys.exit() with return in depgraph.display() and action_build(). (diff)
downloadportage-multirepo-ce666e41f9b924c758ef54a0ed73e7fc0f824958.tar.gz
portage-multirepo-ce666e41f9b924c758ef54a0ed73e7fc0f824958.tar.bz2
portage-multirepo-ce666e41f9b924c758ef54a0ed73e7fc0f824958.zip
Add note about repo name warnings
svn path=/main/trunk/; revision=7155
-rw-r--r--RELEASE-NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index aa126269..7d837e0a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,6 +14,9 @@ portage-2.2
used in ACCEPT_KEYWORDS.
For packages that don't specify any other KEYWORDS you can use the new ** token
as documented in portage(5) to disable KEYWORDS filtering completely.
+* Portage now warns if a ebild repository does not have a name, as several new
+ features in 2.2 make use of or require named repositories. The repository name
+ is stored in profiles/repo_name in each repository.
portage-2.1.3
==================================