summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-12 16:15:05 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-12 16:22:13 +0200
commit8c0219269e6b82a67f56227d223e5194c105f357 (patch)
treef4e3a54f503770333fce72b1246fdd1480e9c506 /dev-cpp
parentapp-portage/elt-patches: add 20240912 (diff)
downloadgentoo-8c0219269e6b82a67f56227d223e5194c105f357.tar.gz
gentoo-8c0219269e6b82a67f56227d223e5194c105f357.tar.bz2
gentoo-8c0219269e6b82a67f56227d223e5194c105f357.zip
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>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.17.3-r1.ebuild (renamed from dev-cpp/cpp-httplib/cpp-httplib-0.17.3.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
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 )"