commit: 0ce1a92238eb77aaf2c4a13e526f98b54e048852 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 29 11:06:53 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 29 11:06:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce1a922
dev-python/xdoctest: Restore accidentally removed HOMEPAGE Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/xdoctest/xdoctest-0.15.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/xdoctest/xdoctest-0.15.3.ebuild b/dev-python/xdoctest/xdoctest-0.15.3.ebuild index 3859ad1c316..8453e2c4d62 100644 --- a/dev-python/xdoctest/xdoctest-0.15.3.ebuild +++ b/dev-python/xdoctest/xdoctest-0.15.3.ebuild @@ -9,6 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness" +HOMEPAGE="https://github.com/Erotemic/xdoctest/" SRC_URI=" https://github.com/Erotemic/xdoctest/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
