dev-cpp/cpp-httplib: fix subSLOT

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-04-20 02:47:54 +02:00
parent 26762af916
commit efa6ffe80e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/0.11" # soversion
SLOT="0/$(ver_cut 1-2)" # soversion
KEYWORDS="amd64 ~x86"
IUSE="brotli ssl test zlib"

View File

@@ -13,7 +13,7 @@ SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/0.11" # soversion
SLOT="0/$(ver_cut 1-2)" # soversion
KEYWORDS="amd64 ~x86"
IUSE="brotli ssl test zlib"