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 965E71396D0 for ; Sat, 30 Sep 2017 19:16:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3760E0C7A; Sat, 30 Sep 2017 19:16:23 +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 91A29E0C7A for ; Sat, 30 Sep 2017 19:16:23 +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 1E197341840 for ; Sat, 30 Sep 2017 19:16:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10ED9065 for ; Sat, 30 Sep 2017 19:16:19 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1506798944.63a3d060c22290e75439f3bdb0fa02e12716a992.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/decorator/decorator-4.1.2.ebuild X-VCS-Directories: dev-python/decorator/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 63a3d060c22290e75439f3bdb0fa02e12716a992 X-VCS-Branch: master Date: Sat, 30 Sep 2017 19:16:19 +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: 708ad282-7247-4a81-ae3b-fd353808351d X-Archives-Hash: 1949f285a96ad03b351a4e843dabd66d commit: 63a3d060c22290e75439f3bdb0fa02e12716a992 Author: Matthew Thode gentoo org> AuthorDate: Sat Sep 30 19:15:44 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Sep 30 19:15:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a3d060 dev-python/decorator: remove pdf dodoc for bug 626806 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/decorator/decorator-4.1.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/decorator/decorator-4.1.2.ebuild b/dev-python/decorator/decorator-4.1.2.ebuild index 7af1370f23c..5de0b38ebb3 100644 --- a/dev-python/decorator/decorator-4.1.2.ebuild +++ b/dev-python/decorator/decorator-4.1.2.ebuild @@ -25,6 +25,5 @@ python_test() { } python_install_all() { - use doc && dodoc documentation.pdf distutils-r1_python_install_all }