Diff pybugz-0.14 with a pybugz-9999

/usr/portage/www-client/pybugz/pybugz-9999.ebuild 2025-12-22 20:18:07.027554918 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=flit
7 7
PYTHON_COMPAT=( python3_{10..13} )
8
PYTHON_REQ_USE="ssl(+)"
8
PYTHON_REQ_USE="readline(+),ssl(+)"
9 9

  
10 10
if [[ ${PV} = "9999" ]]; then
11 11
	EGIT_REPO_URI="https://github.com/williamh/pybugz.git"
12 12
	inherit git-r3
13 13
else
14 14
	SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
15
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
15
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
16 16
fi
17 17

  
18 18
inherit distutils-r1
Thank you!