net-fs/samba: use EAPI=7

Now that portage was updated to the latest version, we should update
EAPI to 7. It is mainly to allow ebuilds to make BDEPEND contain real
build-time dependencies, not runtime ones.
This commit is contained in:
Dongsu Park 2021-02-18 16:37:19 +01:00
parent 7dafcfc329
commit 61eb799b82

View File

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE='threads(+),xml(+)'