From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA4C2139694 for ; Mon, 26 Jun 2017 16:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F7E2540C2; Mon, 26 Jun 2017 16:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECB692540C2 for ; Mon, 26 Jun 2017 16:27:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 066993417B8 for ; Mon, 26 Jun 2017 16:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92B6747C for ; Mon, 26 Jun 2017 16:27:27 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1498494440.20ff20f5ccfe7bc42bf17068b5624c35dbf629c7.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-3.1.1-r1.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 20ff20f5ccfe7bc42bf17068b5624c35dbf629c7 X-VCS-Branch: master Date: Mon, 26 Jun 2017 16:27:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3e6f7527-7726-4daa-8736-35615ca3a383 X-Archives-Hash: d0beb9ad53d1f37b93bd854aa4b847e7 commit: 20ff20f5ccfe7bc42bf17068b5624c35dbf629c7 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 26 16:26:14 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 26 16:27:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ff20f5 app-text/calibre: add chardet dep to 3.1.1-r1 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-text/calibre/calibre-3.1.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/calibre/calibre-3.1.1-r1.ebuild b/app-text/calibre/calibre-3.1.1-r1.ebuild index 9f2f5385f6f..4e9fbac4f7f 100644 --- a/app-text/calibre/calibre-3.1.1-r1.ebuild +++ b/app-text/calibre/calibre-3.1.1-r1.ebuild @@ -46,6 +46,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-libs/icu-57.1:= >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}] >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}] + dev-python/chardet[${PYTHON_USEDEP}] >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}] >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}] >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]