From: Bernard Cafarelli Date: Mon, 13 Feb 2017 15:24:50 +0000 (+0100) Subject: app-text/paperwork: recent versions only work with python 3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=95d22b00a6acd3fe12769ec2d0b0c1410ad0ae3a;p=gentoo.git app-text/paperwork: recent versions only work with python 3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-text/paperwork/paperwork-1.1.ebuild b/app-text/paperwork/paperwork-1.1-r1.ebuild similarity index 88% rename from app-text/paperwork/paperwork-1.1.ebuild rename to app-text/paperwork/paperwork-1.1-r1.ebuild index d3caf5fb5272..c5dd217d1cde 100644 --- a/app-text/paperwork/paperwork-1.1.ebuild +++ b/app-text/paperwork/paperwork-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/paperwork-backend-${PV}[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 ) dev-python/libpillowfight[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}]