Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Mon, 26 Jun 2017 16:27:30
Message-Id: 1498494440.20ff20f5ccfe7bc42bf17068b5624c35dbf629c7.zmedico@gentoo
1 commit: 20ff20f5ccfe7bc42bf17068b5624c35dbf629c7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 16:26:14 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 16:27:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ff20f5
7
8 app-text/calibre: add chardet dep to 3.1.1-r1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-text/calibre/calibre-3.1.1-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-text/calibre/calibre-3.1.1-r1.ebuild b/app-text/calibre/calibre-3.1.1-r1.ebuild
16 index 9f2f5385f6f..4e9fbac4f7f 100644
17 --- a/app-text/calibre/calibre-3.1.1-r1.ebuild
18 +++ b/app-text/calibre/calibre-3.1.1-r1.ebuild
19 @@ -46,6 +46,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
20 >=dev-libs/icu-57.1:=
21 >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
22 >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
23 + dev-python/chardet[${PYTHON_USEDEP}]
24 >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
25 >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
26 >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]