commit: 0745e7d309c11f0275eb969944158e18ccaccba5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 18:54:23 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 18:54:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0745e7d3
sys-auth/google-authenticator: Stabilize 1.10 amd64, #948399
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-auth/google-authenticator/google-authenticator-1.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-auth/google-authenticator/google-authenticator-1.10.ebuild
b/sys-auth/google-authenticator/google-authenticator-1.10.ebuild
index 430c1347e750..833943745c0f 100644
--- a/sys-auth/google-authenticator/google-authenticator-1.10.ebuild
+++ b/sys-auth/google-authenticator/google-authenticator-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/google/google-authenticator-libpam/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390
~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390
~sparc ~x86"
S="${WORKDIR}/google-authenticator-libpam-${PV}"
fi