summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-08 10:45:54 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-08 10:56:17 +0200
commitcdea7788cbcd519ab2a69c793f2f1918cc3d22be (patch)
tree00ee03ca4739057bc8e26aad2744a296628442b0 /sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
parentsci-mathematics/z3: Port to cmake.eclass (diff)
downloadgentoo-cdea7788cbcd519ab2a69c793f2f1918cc3d22be.tar.gz
gentoo-cdea7788cbcd519ab2a69c793f2f1918cc3d22be.tar.bz2
gentoo-cdea7788cbcd519ab2a69c793f2f1918cc3d22be.zip
sys-auth/google-authenticator-wrappers: Port to cmake.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild')
-rw-r--r--sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
index 8b4ab71f9dae..e9a92f0160c9 100644
--- a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
+++ b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra"
HOMEPAGE="https://github.com/mgorny/google-authenticator-wrappers"