From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 041D01384C3 for ; Sat, 5 Sep 2015 13:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FBD114289; Sat, 5 Sep 2015 13:18:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ECD414289 for ; Sat, 5 Sep 2015 13:18:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52A90340A30 for ; Sat, 5 Sep 2015 13:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC4BA161 for ; Sat, 5 Sep 2015 13:18:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1441459110.6cb2905fafdd2f2c0407c2bb4a1bc12b6f3126a9.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild X-VCS-Directories: dev-python/beautifulsoup/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6cb2905fafdd2f2c0407c2bb4a1bc12b6f3126a9 X-VCS-Branch: master Date: Sat, 5 Sep 2015 13:18:33 +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: 2113ae0f-737c-45c6-999e-308b938d4d75 X-Archives-Hash: dc6eb4ae207a7ab575742e582029b672 commit: 6cb2905fafdd2f2c0407c2bb4a1bc12b6f3126a9 Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 5 13:16:54 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 5 13:18:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb2905f dev-python/beautifulsoup: Tweak the chardet blocker !dev-python/chardet[${PYTHON_USEDEP}] only blocks chardet if it happens to have exactly the same python flags enabled. We also need a hard blocker rather than a soft one. Package-Manager: portage-2.2.20 dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild index a5009b6..48f6ba4 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild @@ -26,8 +26,9 @@ RDEPEND="$(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*')" DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] - !dev-python/chardet[${PYTHON_USEDEP}] )" + !!dev-python/chardet )" # See https://bugs.launchpad.net/beautifulsoup/+bug/1471359 to explain need for blocker +[[ ${PV} == 4.4.0 ]] || die "Don't forget to remove the chardet blocker!" S=${WORKDIR}/${MY_P}