diff options
Diffstat (limited to 'sys-auth/poldi/poldi-9999.ebuild')
-rw-r--r-- | sys-auth/poldi/poldi-9999.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys-auth/poldi/poldi-9999.ebuild b/sys-auth/poldi/poldi-9999.ebuild index fbdff6a..62c44d3 100644 --- a/sys-auth/poldi/poldi-9999.ebuild +++ b/sys-auth/poldi/poldi-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=7 -inherit pam eutils git-r3 autotools autotools-utils +inherit pam eutils git-r3 autotools DESCRIPTION="Poldi is a PAM module implementing authentication via OpenPGP smartcards." HOMEPAGE="http://www.gnupg.org/" @@ -24,10 +23,6 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog INSTALL NEWS README THANKS ) -AUTOTOOLS_AUTORECONF=1 - -AUTOTOOLS_IN_SOURCE_BUILD=1 - PATCHES=( "${FILESDIR}/poldi-9999_fix_maintainer_mode.diff" ) src_configure() { |