diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-22 19:17:10 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-22 19:17:40 +0300 |
commit | 557536397c42694f98b6edabb514c6e2e3b4495f (patch) | |
tree | d1bfb5d68936e885a31aed4d0ad4efe1710e6cdd /sys-libs | |
parent | app-arch/cabextract: add dev-libs/libmspack to RDEPEND (diff) | |
download | gentoo-557536397c42694f98b6edabb514c6e2e3b4495f.tar.gz gentoo-557536397c42694f98b6edabb514c6e2e3b4495f.tar.bz2 gentoo-557536397c42694f98b6edabb514c6e2e3b4495f.zip |
sys-libs/pam: switch to EAPI 7 to turn BDEPEND
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/pam-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/pam/pam-1.3.1-r1.ebuild b/sys-libs/pam/pam-1.3.1-r1.ebuild index 0586ce6ab7a4..114caacda317 100644 --- a/sys-libs/pam/pam-1.3.1-r1.ebuild +++ b/sys-libs/pam/pam-1.3.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools db-use fcaps multilib-minimal toolchain-funcs |