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 5EE08138350 for ; Sun, 5 Apr 2020 20:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4261E0BF2; Sun, 5 Apr 2020 20:35:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 895B1E0BF2 for ; Sun, 5 Apr 2020 20:35:23 +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 1C1D234EF1B for ; Sun, 5 Apr 2020 20:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1A5013A for ; Sun, 5 Apr 2020 20:35:20 +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: <1586118917.cc1a63a2beee5b0f98c8adb42c01dbe0c3f4b8a3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/nattka/nattka-0.0.3.ebuild app-portage/nattka/nattka-9999.ebuild X-VCS-Directories: app-portage/nattka/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cc1a63a2beee5b0f98c8adb42c01dbe0c3f4b8a3 X-VCS-Branch: master Date: Sun, 5 Apr 2020 20:35:20 +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: 529faee3-c4c7-4161-ac34-06d0b92adb0c X-Archives-Hash: b68a597d825dfd7c3a015384212c4ba2 commit: cc1a63a2beee5b0f98c8adb42c01dbe0c3f4b8a3 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 5 20:33:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 5 20:35:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1a63a2 app-portage/nattka: Enable docs Signed-off-by: Michał Górny gentoo.org> app-portage/nattka/nattka-0.0.3.ebuild | 1 + app-portage/nattka/nattka-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-portage/nattka/nattka-0.0.3.ebuild b/app-portage/nattka/nattka-0.0.3.ebuild index 93d9d93ce65..4a8324962fe 100644 --- a/app-portage/nattka/nattka-0.0.3.ebuild +++ b/app-portage/nattka/nattka-0.0.3.ebuild @@ -24,4 +24,5 @@ RDEPEND=" BDEPEND=" test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )" +distutils_enable_sphinx doc --no-autodoc distutils_enable_tests pytest diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild index e503333b4eb..8a5f11b58e9 100644 --- a/app-portage/nattka/nattka-9999.ebuild +++ b/app-portage/nattka/nattka-9999.ebuild @@ -24,4 +24,5 @@ RDEPEND=" BDEPEND=" test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )" +distutils_enable_sphinx doc --no-autodoc distutils_enable_tests pytest