commit: 1ce9e7cd6af4393ce672c1fcb8241745a25ae1e5
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 15:21:43 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 16:06:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce9e7cd
app-text/paperwork-backend: recent versions only work with python 3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../{paperwork-backend-1.1.ebuild => paperwork-backend-1.1-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 206632ebbc..34d825d360 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}]