diff options
-rw-r--r-- | pym/portage/dbapi/porttree.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 0c96b4b4e..1169024b8 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -87,8 +87,8 @@ class portdbapi(dbapi): if _unused_param is not None: warnings.warn("The first parameter of the " + \ "portage.dbapi.porttree.portdbapi" + \ - " constructor is now unused. Use " + \ - "mysettings['PORTDIR'] instead.", + " constructor is now unused. " + \ + "mysettings['PORTDIR'] will be used instead.", DeprecationWarning, stacklevel=2) # This is strictly for use in aux_get() doebuild calls when metadata |