Diff squareball-0.2.0 with a squareball-9999

/usr/portage/dev-libs/squareball/squareball-9999.ebuild 2023-10-09 14:52:29.764368357 +0300
10 10

  
11 11
DESCRIPTION="A general-purpose library for C99"
12 12
HOMEPAGE="https://github.com/rafaelmartins/squareball"
13
if ! [[ ${PV} = *9999* ]]; then
13
if [[ ${PV} != *9999* ]]; then
14 14
	SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.xz"
15 15
	KEYWORDS="~amd64 ~x86"
16 16
fi
Thank you!