diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-07 08:50:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-07 08:50:35 +0000 |
commit | 741365a107bc8b119c31e2e990e5f871e564ed4d (patch) | |
tree | 4e81e0999a8ceb051a8e2892592a790458abb149 /virtual/python-unittest2 | |
parent | games-misc/fortune-mod-gentoo-ru license fixed (diff) | |
download | gentoo-2-741365a107bc8b119c31e2e990e5f871e564ed4d.tar.gz gentoo-2-741365a107bc8b119c31e2e990e5f871e564ed4d.tar.bz2 gentoo-2-741365a107bc8b119c31e2e990e5f871e564ed4d.zip |
Install the unittest2 module for all implementations.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'virtual/python-unittest2')
-rw-r--r-- | virtual/python-unittest2/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-unittest2/python-unittest2-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-unittest2/ChangeLog b/virtual/python-unittest2/ChangeLog index 988b0b334797..05abadc4fbcd 100644 --- a/virtual/python-unittest2/ChangeLog +++ b/virtual/python-unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-unittest2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.1 2013/01/06 18:40:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.2 2013/01/07 08:50:35 mgorny Exp $ + + 07 Jan 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-0.ebuild: + Install the unittest2 module for all implementations. *python-unittest2-0 (06 Jan 2013) diff --git a/virtual/python-unittest2/python-unittest2-0.ebuild b/virtual/python-unittest2/python-unittest2-0.ebuild index 5a3b8f931cd3..3c0f55df7f7e 100644 --- a/virtual/python-unittest2/python-unittest2-0.ebuild +++ b/virtual/python-unittest2/python-unittest2-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-0.ebuild,v 1.1 2013/01/06 18:40:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-0.ebuild,v 1.2 2013/01/07 08:50:35 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -15,4 +15,4 @@ LICENSE="" SLOT="0" IUSE="" -RDEPEND="$(python_gen_cond_dep 'dev-python/unittest2' python{2_5,2_6,3_1})" +RDEPEND="dev-python/unittest2" |