summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-06 18:57:00 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-06 18:57:00 +0000
commit1808c9a6ad5940d7c09b9f1c50927e393f5c5736 (patch)
tree082b2eb7565a3b79f7ab85777bec4835e4cd3e73 /dev-python/logilab-common/logilab-common-0.57.1.ebuild
parentCleanup (diff)
downloadgentoo-2-1808c9a6ad5940d7c09b9f1c50927e393f5c5736.tar.gz
gentoo-2-1808c9a6ad5940d7c09b9f1c50927e393f5c5736.tar.bz2
gentoo-2-1808c9a6ad5940d7c09b9f1c50927e393f5c5736.zip
Use virtual/python-unittest2 and add usedep on egenix-mx-base.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/logilab-common/logilab-common-0.57.1.ebuild')
-rw-r--r--dev-python/logilab-common/logilab-common-0.57.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/logilab-common/logilab-common-0.57.1.ebuild b/dev-python/logilab-common/logilab-common-0.57.1.ebuild
index 1995f430d50d..9843568ceac0 100644
--- a/dev-python/logilab-common/logilab-common-0.57.1.ebuild
+++ b/dev-python/logilab-common/logilab-common-0.57.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.57.1.ebuild,v 1.4 2012/08/27 15:21:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.57.1.ebuild,v 1.5 2013/01/06 18:57:00 mgorny Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -18,7 +18,7 @@ IUSE="test"
# dev-python/unittest2 is not required with Python >=3.2.
RDEPEND="dev-python/setuptools
- dev-python/unittest2"
+ virtual/python-unittest2"
# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't installed.
DEPEND="${RDEPEND}
test? (