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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B903215800F for ; Mon, 6 Feb 2023 10:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC352E07D3; Mon, 6 Feb 2023 10:19:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2F62E07D3 for ; Mon, 6 Feb 2023 10:19:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B45A1340B9C for ; Mon, 6 Feb 2023 10:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C7885B for ; Mon, 6 Feb 2023 10:19:34 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1675678659.19fe294a7977fa75d50d78b9080b145f8f887776.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-git-authors-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.7.0.ebuild X-VCS-Directories: dev-python/mkdocs-git-authors-plugin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 19fe294a7977fa75d50d78b9080b145f8f887776 X-VCS-Branch: master Date: Mon, 6 Feb 2023 10:19:34 +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: b68cdfae-7768-477a-a44c-0e39526ed233 X-Archives-Hash: ce6190b8ba38a21db76d35c842e136c0 commit: 19fe294a7977fa75d50d78b9080b145f8f887776 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Feb 6 10:17:39 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Feb 6 10:17:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fe294a dev-python/mkdocs-git-authors-plugin: add missing doc dep Closes: https://bugs.gentoo.org/890409 Signed-off-by: Andrew Ammerlaan gentoo.org> .../mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.7.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.7.0.ebuild b/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.7.0.ebuild index ce8d2ccc64e0..812809f7a6c9 100644 --- a/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.7.0.ebuild +++ b/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.7.0.ebuild @@ -10,6 +10,7 @@ PYTHON_COMPAT=( python3_{9..11} ) # TODO: Do this a bit better DOCS_BUILDER="mkdocs" DOCS_DEPEND=" + dev-python/regex dev-python/mkdocs-material dev-python/mkdocs-git-authors-plugin "