diff options
author | 2013-01-07 20:16:05 +0000 | |
---|---|---|
committer | 2013-01-07 20:16:05 +0000 | |
commit | 4308edb88e0800c76df428668fbcc540dd768d26 (patch) | |
tree | bafa4ab62d3046a130abcf3851cabac7f857e9fe /virtual | |
parent | Correct dependency on audacious-plugins, wrt bug #450186 (diff) | |
download | gentoo-2-4308edb88e0800c76df428668fbcc540dd768d26.tar.gz gentoo-2-4308edb88e0800c76df428668fbcc540dd768d26.tar.bz2 gentoo-2-4308edb88e0800c76df428668fbcc540dd768d26.zip |
Explicitly require slot :0 of dev-python/unittest2.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-unittest2/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/python-unittest2/python-unittest2-1.ebuild (renamed from virtual/python-unittest2/python-unittest2-0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/python-unittest2/ChangeLog b/virtual/python-unittest2/ChangeLog index 05abadc4fbcd..ee3bc0577ee1 100644 --- a/virtual/python-unittest2/ChangeLog +++ b/virtual/python-unittest2/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2013/01/07 08:50:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.3 2013/01/07 20:16:05 mgorny Exp $ + +*python-unittest2-1 (07 Jan 2013) + + 07 Jan 2013; Michał Górny <mgorny@gentoo.org> +python-unittest2-1.ebuild, + -python-unittest2-0.ebuild: + Explicitly require slot :0 of dev-python/unittest2. 07 Jan 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-0.ebuild: Install the unittest2 module for all implementations. diff --git a/virtual/python-unittest2/python-unittest2-0.ebuild b/virtual/python-unittest2/python-unittest2-1.ebuild index 3c0f55df7f7e..3874542cb45a 100644 --- a/virtual/python-unittest2/python-unittest2-0.ebuild +++ b/virtual/python-unittest2/python-unittest2-1.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.2 2013/01/07 08:50:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.1 2013/01/07 20:16:05 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="dev-python/unittest2" +RDEPEND="dev-python/unittest2:0" |