aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-02-09 13:35:28 -0800
committerBrian Dolbec <dolsen@gentoo.org>2015-02-09 13:35:28 -0800
commitc2322b59bad72316e227c15d44d0976776d07414 (patch)
tree7e55a12548f85f6f27410fd213b4f1897784a563
parentrepoman: make SRC_URI.mirror test result non-fatal (diff)
downloadportage-c2322b59bad72316e227c15d44d0976776d07414.tar.gz
portage-c2322b59bad72316e227c15d44d0976776d07414.tar.bz2
portage-c2322b59bad72316e227c15d44d0976776d07414.zip
portage/repository/config.py: Tweak deprecation message as recommended
tw04l124 recommended the full filepath be output. http://forums.gentoo.org/viewtopic-t-1010190.html?sid=20fa79230ace312c4ec31a43bbcb0cf3
-rw-r--r--pym/portage/repository/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index 881890e58..a884156ba 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -737,12 +737,12 @@ class RepoConfigLoader(object):
prepos[main_repo].priority = -1000
# DEPRECATED Backward compatible SYNC support for old mirrorselect.
- # Feb. 2, 2015. Version 2.0.16
+ # Feb. 2, 2015. Version 2.2.16
if portdir_sync and main_repo is not None:
writemsg(_("!!! SYNC setting found in make.conf.\n "
"This setting is Deprecated and no longer used. "
"Please ensure your 'sync-type' and 'sync-uri' are set correctly"
- " in repos.conf/gentoo.conf\n"),
+ " in /etc/portage/repos.conf/gentoo.conf\n"),
noiselevel=-1)