commit: 8c0219269e6b82a67f56227d223e5194c105f357 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 14:15:05 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Sep 12 14:22:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c021926
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 <AT> gentoo.org> .../{cpp-httplib-0.17.3.ebuild => cpp-httplib-0.17.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.17.3.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.17.3-r1.ebuild similarity index 96% rename from dev-cpp/cpp-httplib/cpp-httplib-0.17.3.ebuild rename to dev-cpp/cpp-httplib/cpp-httplib-0.17.3-r1.ebuild index d530e23268ec..8ed7c041e898 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.17.3.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.17.3-r1.ebuild @@ -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 )"
