summaryrefslogtreecommitdiff
path: root/sys-auth/authenticator/authenticator-0.2.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/authenticator/authenticator-0.2.4.ebuild')
-rw-r--r--sys-auth/authenticator/authenticator-0.2.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/authenticator/authenticator-0.2.4.ebuild b/sys-auth/authenticator/authenticator-0.2.4.ebuild
index 4370f05ea9f1..07b119b2a402 100644
--- a/sys-auth/authenticator/authenticator-0.2.4.ebuild
+++ b/sys-auth/authenticator/authenticator-0.2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit gnome2-utils meson python-single-r1 virtualx xdg-utils
DESCRIPTION="Two-factor authentication code generator for GNOME"
@@ -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}"