Diff google-authenticator-1.11 with a google-authenticator-9999
| /usr/portage/sys-auth/google-authenticator/google-authenticator-9999.ebuild 2024-12-25 14:59:52.783270183 +0300 | ||
|---|---|---|
| 1 | 
    # Copyright 1999-2025 Gentoo Authors  | 
  |
| 1 | 
    # Copyright 1999-2024 Gentoo Authors  | 
  |
| 2 | 2 | 
    # Distributed under the terms of the GNU General Public License v2  | 
  
| 3 | 3 | |
| 4 | 4 | 
    EAPI=7  | 
  
| ... | ... | |
| 10 | 10 | 
    inherit git-r3  | 
  
| 11 | 11 | 
    else  | 
  
| 12 | 12 | 
    	SRC_URI="https://github.com/google/google-authenticator-libpam/archive/${PV}.tar.gz -> ${P}.tar.gz"
   | 
  
| 13 | 
    KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"  | 
  |
| 13 | 
    KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"  | 
  |
| 14 | 14 | 
    	S="${WORKDIR}/google-authenticator-libpam-${PV}"
   | 
  
| 15 | 15 | 
    fi  | 
  
| 16 | 16 | |