summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:05:46 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:05:46 +0100
commitbd28fa8908e7903201fe81090e92e5fabd56d4f8 (patch)
tree0d4849236890b86b7a200f16a5d97998342eacc3 /sys-auth/authenticator
parentsys-apps/xinetd: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-bd28fa8908e7903201fe81090e92e5fabd56d4f8.tar.gz
gentoo-bd28fa8908e7903201fe81090e92e5fabd56d4f8.tar.bz2
gentoo-bd28fa8908e7903201fe81090e92e5fabd56d4f8.zip
sys-auth/authenticator: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-auth/authenticator')
-rw-r--r--sys-auth/authenticator/authenticator-0.2.4.ebuild2
-rw-r--r--sys-auth/authenticator/authenticator-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/authenticator/authenticator-0.2.4.ebuild b/sys-auth/authenticator/authenticator-0.2.4.ebuild
index f98116b8c55b..07b119b2a402 100644
--- a/sys-auth/authenticator/authenticator-0.2.4.ebuild
+++ b/sys-auth/authenticator/authenticator-0.2.4.ebuild
@@ -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}"
diff --git a/sys-auth/authenticator/authenticator-9999.ebuild b/sys-auth/authenticator/authenticator-9999.ebuild
index 8c36c671b3f1..f3c1fe349d47 100644
--- a/sys-auth/authenticator/authenticator-9999.ebuild
+++ b/sys-auth/authenticator/authenticator-9999.ebuild
@@ -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}"