summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index a52e2ed4e..654dc2c45 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -7774,6 +7774,8 @@ def unmerge(cat, pkg, myroot, mysettings, mytrimworld=1, vartree=None,
def dep_virtual(mysplit, mysettings):
"Does virtual dependency conversion"
+ warnings.warn("portage.dep_virtual() is deprecated",
+ DeprecationWarning, stacklevel=2)
newsplit=[]
myvirtuals = mysettings.getvirtuals()
for x in mysplit: