dev-cpp/cpp-httplib: change SLOT from 0.17 to 0.17.3

a version update from 0.17.2 -> 0.17.3 that broke ABI forced us to
recheck the version of installed libs,
from now the file httplib.h and var CPPHTTPLIB_VERSION should be
checked to determine the SUB-SLOT of this package

See also: https://forums.gentoo.org/viewtopic-t-1170811.html

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-09-12 16:15:05 +02:00
parent 54865be547
commit 8c0219269e

View File

@@ -22,7 +22,7 @@ else
fi
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)" # soversion
SLOT="0/${PV}" # soversion / /usr/include/httplib.h: CPPHTTPLIB_VERSION
IUSE="brotli ssl test zlib"
REQUIRED_USE="test? ( brotli ssl zlib )"