commit: 90efce6ba15b1d402f58c90a43212fc591d088a8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 06:15:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 2 06:15:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90efce6b
sys-auth/google-authenticator: Stabilize 1.11 amd64, #955217
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/google-authenticator/google-authenticator-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/google-authenticator/google-authenticator-1.11.ebuild
b/sys-auth/google-authenticator/google-authenticator-1.11.ebuild
index 4155aa70b428..833943745c0f 100644
--- a/sys-auth/google-authenticator/google-authenticator-1.11.ebuild
+++ b/sys-auth/google-authenticator/google-authenticator-1.11.ebuild
@@ -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