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 6DF2F1396D9 for ; Thu, 19 Oct 2017 18:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A562BC04B; Thu, 19 Oct 2017 18:39:31 +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 A39A32BC04B for ; Thu, 19 Oct 2017 18:39:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7EB6833BF43 for ; Thu, 19 Oct 2017 18:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CA14313 for ; Thu, 19 Oct 2017 18:39:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1508438354.105b2982c1b34e37f9df73b6f2b89c3428ce4d23.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-musicbrainz-ngs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild X-VCS-Directories: dev-python/python-musicbrainz-ngs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 105b2982c1b34e37f9df73b6f2b89c3428ce4d23 X-VCS-Branch: master Date: Thu, 19 Oct 2017 18:39:24 +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: 929903d0-1f31-4d76-baa4-c4bb6f574102 X-Archives-Hash: e8238cf5814fe19a657bd3e41ea5f23c commit: 105b2982c1b34e37f9df73b6f2b89c3428ce4d23 Author: Gerion Entrup flump de> AuthorDate: Thu Oct 19 18:02:32 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 19 18:39:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105b2982 dev-python/python-musicbrainz-ngs: prevent d'loading files with doc flag dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild index ebf8f704489..56616c60b91 100644 --- a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild +++ b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} python_prepare_all() { # Prevent un-needed d'loading - sed -e "s/,^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die + sed -e "s/^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die distutils-r1_python_prepare_all }