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 7C2DF138334 for ; Sun, 16 Sep 2018 23:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AADDAE0A9F; Sun, 16 Sep 2018 23:53:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 846FDE0A9F for ; Sun, 16 Sep 2018 23:53:38 +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 E8872335CDB for ; Sun, 16 Sep 2018 23:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B761E3C4 for ; Sun, 16 Sep 2018 23:53:34 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1537142001.d38146da9b9e0479a54c20d7cbce89ff95e477ab.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild X-VCS-Directories: dev-python/qscintilla-python/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: d38146da9b9e0479a54c20d7cbce89ff95e477ab X-VCS-Branch: master Date: Sun, 16 Sep 2018 23:53:34 +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: 84afe6da-8c26-470d-800e-098e4a61f137 X-Archives-Hash: 434ccafaacf7365a2145f9a112e3014c commit: d38146da9b9e0479a54c20d7cbce89ff95e477ab Author: Davide Pesavento gentoo org> AuthorDate: Sun Sep 16 23:51:59 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Sep 16 23:53:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38146da dev-python/qscintilla-python: temporarily disable installation of dist-info dir Broken upstream, will be fixed in 2.10.8 Closes: https://bugs.gentoo.org/664690 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild index d9ffd92fb6c..fd7315c51ce 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild @@ -48,6 +48,7 @@ src_configure() { --sip-incdir="$(python_get_includedir)" $(usex debug '--debug --trace' '') --verbose + --no-dist-info # bug 664690, fixed in 2.10.8 ) echo "${myconf[@]}" "${myconf[@]}" || die