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 5F9BE138334 for ; Thu, 11 Apr 2019 14:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6934EE07D9; Thu, 11 Apr 2019 14:15:47 +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 3C590E07D9 for ; Thu, 11 Apr 2019 14:15:47 +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 8E16D340D04 for ; Thu, 11 Apr 2019 14:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0887A560 for ; Thu, 11 Apr 2019 14:15:44 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1554992127.4ee0b3cb257be1232ee16138f851a575f1ace69a.patrick@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.3.2.ebuild X-VCS-Directories: dev-python/decorator/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 4ee0b3cb257be1232ee16138f851a575f1ace69a X-VCS-Branch: master Date: Thu, 11 Apr 2019 14:15:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60446311-704d-4934-b00c-5c8ed39e839b X-Archives-Hash: a97e0716a881a45708e374475f5b172a commit: 4ee0b3cb257be1232ee16138f851a575f1ace69a Author: Patrick Lauer gentoo org> AuthorDate: Thu Apr 11 14:15:27 2019 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Apr 11 14:15:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee0b3cb dev-python/decorator: Fix DOCS Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick Lauer gentoo.org> dev-python/decorator/decorator-4.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/decorator/decorator-4.3.2.ebuild b/dev-python/decorator/decorator-4.3.2.ebuild index 76c5d0afd15..6384cf96bba 100644 --- a/dev-python/decorator/decorator-4.3.2.ebuild +++ b/dev-python/decorator/decorator-4.3.2.ebuild @@ -17,7 +17,7 @@ IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DOCS=( docs/README.rst ) +DOCS=( README.rst ) python_test() { "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"