From 3976ab69cf0ad8a993ace45ef25eb2742ec9ffef Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 13 Dec 2020 18:11:55 +0300 Subject: sys-auth/pam_blue: port to EAPI=7 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild index 29f0d900b410..ef057190d039 100644 --- a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild +++ b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -inherit pam autotools multilib +inherit autotools pam DESCRIPTION="PAM module providing ability to authenticate via a bluetooth compatible device" HOMEPAGE="http://pam.0xdef.net/" @@ -12,7 +12,6 @@ SRC_URI="http://pam.0xdef.net/source/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="sys-libs/pam net-wireless/bluez" @@ -21,8 +20,9 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} src_prepare() { - epatch "${FILESDIR}"/${P}-char-locales.patch #412941 - epatch "${FILESDIR}"/${P}-bad-log.patch + default + eapply "${FILESDIR}"/${P}-char-locales.patch #412941 + eapply "${FILESDIR}"/${P}-bad-log.patch mv configure.{in,ac} || die eautoreconf } -- cgit v1.2.3-65-gdbad