diff options
Diffstat (limited to 'dev-python/pythonnet/pythonnet-3.0.4.ebuild')
| -rw-r--r-- | dev-python/pythonnet/pythonnet-3.0.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pythonnet/pythonnet-3.0.4.ebuild b/dev-python/pythonnet/pythonnet-3.0.4.ebuild index 56eb70436e26..992f6bbfacc1 100644 --- a/dev-python/pythonnet/pythonnet-3.0.4.ebuild +++ b/dev-python/pythonnet/pythonnet-3.0.4.ebuild @@ -201,8 +201,10 @@ system.xml.xpath@4.3.0 inherit check-reqs dotnet-pkg distutils-r1 readme.gentoo-r1 DESCRIPTION="Nearly seamless integration with the .NET Common Language Runtime" -HOMEPAGE="http://pythonnet.github.io/ - https://github.com/pythonnet/pythonnet/" +HOMEPAGE=" + https://pythonnet.github.io/ + https://github.com/pythonnet/pythonnet/ +" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 @@ -212,7 +214,7 @@ else SRC_URI="https://github.com/pythonnet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi SRC_URI+=" ${NUGET_URIS} " |
