diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-13 18:11:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-13 18:11:55 +0300 |
commit | 3976ab69cf0ad8a993ace45ef25eb2742ec9ffef (patch) | |
tree | 0076925ce8acecf396d5ecf9bef0ad291e2f783a /sys-auth/pam_blue | |
parent | dev-util/pycharm-community: mark stable (diff) | |
download | gentoo-3976ab69cf0ad8a993ace45ef25eb2742ec9ffef.tar.gz gentoo-3976ab69cf0ad8a993ace45ef25eb2742ec9ffef.tar.bz2 gentoo-3976ab69cf0ad8a993ace45ef25eb2742ec9ffef.zip |
sys-auth/pam_blue: port to EAPI=7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/pam_blue')
-rw-r--r-- | sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
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 } |