commit: f2ea9b32635391feda1e01725ffc9ae55135b452
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:15:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 12:03:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ea9b32
dev-python/formencode: Move to virtual/dnspython
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../{formencode-1.3.0-r1.ebuild => formencode-1.3.0-r2.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/formencode/formencode-1.3.0-r1.ebuild
b/dev-python/formencode/formencode-1.3.0-r2.ebuild
similarity index 92%
rename from dev-python/formencode/formencode-1.3.0-r1.ebuild
rename to dev-python/formencode/formencode-1.3.0-r2.ebuild
index c65e3a6..a81fffa 100644
--- a/dev-python/formencode/formencode-1.3.0-r1.ebuild
+++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild
@@ -20,9 +20,10 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux
~x86-linux ~x64-macos ~x86-
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}]
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/dnspython-1.12.0-r1[${PYTHON_USEDEP}] )"
+ virtual/dnspython[${PYTHON_USEDEP}] )"
RDEPEND=""
RESTRICT="test"