mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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 )"
|
||||
Reference in New Issue
Block a user