From 61eb799b82e60181697de42f63e06812f7fa4d93 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 18 Feb 2021 16:37:19 +0100 Subject: [PATCH] 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. --- .../samba/{samba-4.12.9-r1.ebuild => samba-4.12.9-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/net-fs/samba/{samba-4.12.9-r1.ebuild => samba-4.12.9-r2.ebuild} (99%) diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild index d2f6b20e6c..6e1edaa7f4 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild @@ -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(+)'