diff options
Diffstat (limited to 'sys-auth/google-authenticator/google-authenticator-9999.ebuild')
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index 9a5ee8534f92..a087b7c55504 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -inherit autotools multilib +inherit autotools if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/google/google-authenticator-libpam.git" @@ -24,6 +24,8 @@ IUSE="" DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" +RESTRICT="test" + src_prepare() { default eautoreconf |