diff options
author | Patrick Höhn <patrick.hoehn@tu-clausthal.de> | 2019-10-18 10:30:35 +0200 |
---|---|---|
committer | Patrick Höhn <hoehnp@gmx.de> | 2019-10-19 01:23:55 +0200 |
commit | 871fd195fd5250e8140f5d3d3fa620f3190b7004 (patch) | |
tree | 05a62f1ee0f73f18845ebcf11df5ef7b54cb77e8 /dev-lang | |
parent | corrected ulr in ndepend-path (diff) | |
download | dotnet-871fd195fd5250e8140f5d3d3fa620f3190b7004.tar.gz dotnet-871fd195fd5250e8140f5d3d3fa620f3190b7004.tar.bz2 dotnet-871fd195fd5250e8140f5d3d3fa620f3190b7004.zip |
hopefully corrected all uri.https problems
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/fsharp/fsharp-10.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mono/mono-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/fsharp/fsharp-10.2.1.ebuild b/dev-lang/fsharp/fsharp-10.2.1.ebuild index 9e11ba6..ea79ca3 100644 --- a/dev-lang/fsharp/fsharp-10.2.1.ebuild +++ b/dev-lang/fsharp/fsharp-10.2.1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit mono-env DESCRIPTION="The F# Compiler" -HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https:://github.com/fsharp/fsharp" +SRC_URI="https:://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild index 84ad6a4..7d74d22 100644 --- a/dev-lang/mono/mono-9999.ebuild +++ b/dev-lang/mono/mono-9999.ebuild @@ -68,7 +68,7 @@ src_configure() { # See https://bugs.gentoo.org/show_bug.cgi?id=256264 for details # # --without-moonlight since www-plugins/moonlight is not the only one - # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3 + # using mono: https:://bugzilla.novell.com/show_bug.cgi?id=641005#c3 # # --with-profile4 needs to be always enabled since it's used by default # and, otherwise, problems like bug #340641 appear. |