Diff acme-tiny-5.0.1 with a acme-tiny-5.0.1-r1

/usr/portage/app-crypt/acme-tiny/acme-tiny-5.0.1-r1.ebuild 2023-10-09 14:52:28.224368318 +0300
1 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 6
PYTHON_COMPAT=( python{3_9,3_10,3_11} )
7

  
8
DISTUTILS_USE_PEP517="setuptools"
9

  
7 10
inherit distutils-r1
8 11

  
9 12
if [[ ${PV} == 9999 ]]; then
......
21 24
SLOT="0"
22 25
IUSE=""
23 26

  
24
DEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
27
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
25 28
RDEPEND="dev-libs/openssl:0"
26 29

  
27 30
# Tests require a local ACME server to be set up.
Thank you!