From: Bernard Cafarelli Date: Mon, 13 Feb 2017 15:21:43 +0000 (+0100) Subject: app-text/paperwork-backend: recent versions only work with python 3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ce9e7cd6af4393ce672c1fcb8241745a25ae1e5;p=gentoo.git app-text/paperwork-backend: recent versions only work with python 3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-text/paperwork-backend/paperwork-backend-1.1.ebuild b/app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild similarity index 87% rename from app-text/paperwork-backend/paperwork-backend-1.1.ebuild rename to app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild index 206632ebbc25..34d825d36081 100644 --- a/app-text/paperwork-backend/paperwork-backend-1.1.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-1.1-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="app-text/poppler[introspection] - $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 ) dev-python/pillow[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}]