Diff pam_u2f-1.1.1 with a pam_u2f-1.3.0
/usr/portage/sys-auth/pam_u2f/pam_u2f-1.3.0.ebuild 2023-10-09 14:52:35.428368500 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
inherit autotools flag-o-matic pam |
|
6 |
inherit flag-o-matic pam |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="PAM module for FIDO2 and U2F keys" |
9 | 9 |
HOMEPAGE="https://github.com/Yubico/pam-u2f" |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="BSD ISC" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 x86" |
|
14 |
KEYWORDS="~amd64 ~x86" |
|
15 | 15 |
IUSE="debug" |
16 | 16 | |
17 | 17 |
DEPEND=" |
... | ... | |
21 | 21 |
RDEPEND="${DEPEND}" |
22 | 22 |
BDEPEND="virtual/pkgconfig" |
23 | 23 | |
24 |
PATCHES=( "${FILESDIR}"/${PN}-1.1.1-fix-Makefile.patch ) |
|
25 | ||
26 |
src_prepare() { |
|
27 |
default |
|
28 |
eautoreconf |
|
29 |
} |
|
30 | ||
31 | 24 |
src_configure() { |
32 | 25 |
use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG |
33 | 26 |
econf --with-pam-dir=$(getpam_mod_dir) |