diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-02-13 16:24:50 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-02-13 17:06:46 +0100 |
commit | 95d22b00a6acd3fe12769ec2d0b0c1410ad0ae3a (patch) | |
tree | 2d05e3d52e4b9f0c9e71deebf4a8dcbf59a10171 /app-text/paperwork | |
parent | app-text/paperwork-backend: recent versions only work with python 3 (diff) | |
download | gentoo-95d22b00a6acd3fe12769ec2d0b0c1410ad0ae3a.tar.gz gentoo-95d22b00a6acd3fe12769ec2d0b0c1410ad0ae3a.tar.bz2 gentoo-95d22b00a6acd3fe12769ec2d0b0c1410ad0ae3a.zip |
app-text/paperwork: recent versions only work with python 3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/paperwork')
-rw-r--r-- | app-text/paperwork/paperwork-1.1-r1.ebuild (renamed from app-text/paperwork/paperwork-1.1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/paperwork/paperwork-1.1.ebuild b/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}] |