From f2ea9b32635391feda1e01725ffc9ae55135b452 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 30 Oct 2015 11:15:38 +0100 Subject: [PATCH] dev-python/formencode: Move to virtual/dnspython Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- ...formencode-1.3.0-r1.ebuild => formencode-1.3.0-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename dev-python/formencode/{formencode-1.3.0-r1.ebuild => formencode-1.3.0-r2.ebuild} (92%) 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 c65e3a69b9839..a81fffa4a0e47 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"