From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1209077-garchives=archives.gentoo.org@lists.gentoo.org>
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 7EF02138359
	for <garchives@archives.gentoo.org>; Thu, 24 Sep 2020 01:10:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7628EE0829;
	Thu, 24 Sep 2020 01:10:39 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 6297FE0829
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 01:10:39 +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 E6DCA33BE3B
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 01:10:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 65A4637A
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 01:10:36 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1600909811.44558323c0e43f3ef136cf3badd1e6c4dcf42ddd.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fqdn/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/fqdn/fqdn-1.4.0.ebuild
X-VCS-Directories: dev-python/fqdn/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: 44558323c0e43f3ef136cf3badd1e6c4dcf42ddd
X-VCS-Branch: master
Date: Thu, 24 Sep 2020 01:10:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9a0c6e96-8b00-46eb-b742-d47525ae0e7c
X-Archives-Hash: 78f82208a8694379a0f3c21da441c4f6

commit:     44558323c0e43f3ef136cf3badd1e6c4dcf42ddd
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 01:09:45 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 01:10:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44558323

dev-python/fqdn: add docs

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-python/fqdn/fqdn-1.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/fqdn/fqdn-1.4.0.ebuild b/dev-python/fqdn/fqdn-1.4.0.ebuild
index e27e15d6d77..bec42af9f41 100644
--- a/dev-python/fqdn/fqdn-1.4.0.ebuild
+++ b/dev-python/fqdn/fqdn-1.4.0.ebuild
@@ -20,3 +20,4 @@ RDEPEND="dev-python/cached-property[${PYTHON_USEDEP}]"
 PATCHES=( "${FILESDIR}/1.4.0-tests.patch" )
 
 distutils_enable_tests unittest
+distutils_enable_sphinx docs