From de69a64cfc181880768936f7d810885357c1f9f8 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 7 Oct 2021 14:28:48 +0200 Subject: [PATCH] net-mail/urlscan: Change readme format from rst to md Obviously it's not changed inside the "main" branch, but in the "develop" one: https://github.com/firecat53/urlscan/commit/b0d65e50f931b186668fcd8f106e0deecff5ca73 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nils Freydank --- net-mail/urlscan/urlscan-0.9.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/urlscan/urlscan-0.9.7.ebuild b/net-mail/urlscan/urlscan-0.9.7.ebuild index c263bf4..6bd6606 100644 --- a/net-mail/urlscan/urlscan-0.9.7.ebuild +++ b/net-mail/urlscan/urlscan-0.9.7.ebuild @@ -20,5 +20,5 @@ DEPEND="dev-python/urwid[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.rst ) +DOCS=( README.md ) PATCHES=( "${FILESDIR}/${PN}-0.9.7-respect-paths.patch" )