summaryrefslogtreecommitdiffstats
path: root/layman/overlays/cvs.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/cvs.py')
-rw-r--r--layman/overlays/cvs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/cvs.py b/layman/overlays/cvs.py
index 6fde19d..ba7c0a9 100644
--- a/layman/overlays/cvs.py
+++ b/layman/overlays/cvs.py
@@ -100,4 +100,4 @@ class CvsOverlay(OverlaySource):
'''Overlay type supported?'''
return require_supported([(self.command(), 'cvs',
- 'dev-util/cvs'),])
+ 'dev-vcs/cvs'),])