From 3adaa2d12d66291232a45dafce1e869efe78b92d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 5 Jul 2010 15:35:21 +0200 Subject: Propagate move of CVS and Subversion --- CHANGES | 7 +++++++ layman/overlays/cvs.py | 2 +- layman/overlays/svn.py | 2 +- 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'),]) -- cgit v1.2.3-1-g7c22