sys-auth/authenticator: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:05:46 +0000 (11:05 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:05:46 +0000 (11:05 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
sys-auth/authenticator/authenticator-0.2.4.ebuild
sys-auth/authenticator/authenticator-9999.ebuild

index f98116b8c55b6003d171b39f185b2bed3967d994..07b119b2a4024b64d83e09666cae6ebe9034e800 100644 (file)
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
        SRC_URI=""
-       EGIT_REPO_URI="${HOMEPAGE}"
+       EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator"
 else
        SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/Authenticator-${PV}.tar.gz -> ${P}.tar.gz"
        S="${WORKDIR}/Authenticator-${PV}"
index 8c36c671b3f1087e583929df930f12ffadb0cdea..f3c1fe349d475604039293acbb15e01abb890129 100644 (file)
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
        SRC_URI=""
-       EGIT_REPO_URI="${HOMEPAGE}"
+       EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator"
 else
        SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/Authenticator-${PV}.tar.gz -> ${P}.tar.gz"
        S="${WORKDIR}/Authenticator-${PV}"