summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--layman/overlays/cvs.py2
-rw-r--r--layman/overlays/svn.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0c82bc7..d2903b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
CHANGES
-------
+Version ???
+===================================
+
+ - Propagate move of cvs and subversion from
+ dev-util/* to dev-vcs/* (bug #311419, bug #307849)
+
+
Version 1.3.3 - Released 2010/04/08
===================================
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'),])
diff --git a/layman/overlays/svn.py b/layman/overlays/svn.py
index 4411a08..d9f90c5 100644
--- a/layman/overlays/svn.py
+++ b/layman/overlays/svn.py
@@ -83,4 +83,4 @@ class SvnOverlay(OverlaySource):
'''Overlay type supported?'''
return require_supported([(self.command(), 'svn',
- 'dev-util/subversion'),])
+ 'dev-vcs/subversion'),])